Skip to content

Commit

Permalink
macOS: Use LLVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Sep 23, 2023
1 parent 846c59c commit 60c64cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/Mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install llvm@16 ninja
brew install llvm@17 ninja
echo "CMAKE_CONFIGURE_ARGS=-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_TOOLCHAIN_FILE=$PWD/autobuild/clang16_mac.cmake" >> $GITHUB_ENV

cat autobuild/mac_any_cast.h >> src/C4InteractiveThread.h

0 comments on commit 60c64cd

Please sign in to comment.