Skip to content

Commit

Permalink
Upgrade clang in unity
Browse files Browse the repository at this point in the history
  • Loading branch information
xxEoD2242 committed Jun 23, 2024
1 parent 2e4b784 commit 889df70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Unity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ fi

cd linux-build
if [ "$(uname)" == "Darwin" ]; then
export CC=/usr/local/opt/llvm@8/bin/clang
export CXX=/usr/local/opt/llvm@8/bin/clang++
export CC=/usr/local/opt/llvm@12/bin/clang
export CXX=/usr/local/opt/llvm@12/bin/clang++
else
export CC="clang-8"
export CXX="clang++-8"
export CC="clang-12"
export CXX="clang++-12"
fi

# check for local cmake build created by setup.sh
Expand Down

0 comments on commit 889df70

Please sign in to comment.