Skip to content

Commit

Permalink
Substitute clang-17 for clang-18 in ldid
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Aug 17, 2024
1 parent 7ac56dd commit 10fd338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stages/00-apple/05-ldid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ case "$TARGET" in
;;
esac

export CC="clang-17"
export CXX="clang++-17"
export CC="clang-18"
export CXX="clang++-18"
export CFLAGS="-I${CCTOOLS}/include"
export LDFLAGS="-L${CCTOOLS}/lib"
export APPLE_TARGET='__BYPASS__'
Expand Down

0 comments on commit 10fd338

Please sign in to comment.