Skip to content

Commit

Permalink
Use Xcode 14+ compatible clang32 (with wrapper script)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed May 16, 2024
1 parent f872258 commit a8cb407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang32-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLANG32_SCRIPTS=(
"libtool32"
)

CLANG32_ZIP="clang-12.zip"
CLANG32_ZIP="clang-12-xcode-14.zip"

"${CURL}" -LfsO "https://github.com/acidanthera/ocbuild/releases/download/llvm-kext32-latest/${CLANG32_ZIP}" || ret=$?
if [ $ret -ne 0 ]; then
Expand Down

0 comments on commit a8cb407

Please sign in to comment.