We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b64ba commit fa62a78Copy full SHA for fa62a78
build.sh
@@ -49,8 +49,8 @@ else
49
if [ "$(uname)" == "Darwin" ]; then
50
CMAKE="$(greadlink -f cmake_build/bin/cmake)"
51
52
- export CC=/usr/local/opt/llvm\@5.0/bin/clang
53
- export CXX=/usr/local/opt/llvm\@5.0/bin/clang++
+ export CC=/usr/local/opt/llvm-5.0/bin/clang-5.0
+ export CXX=/usr/local/opt/llvm-5.0/bin/clang++-5.0
54
else
55
CMAKE="$(readlink -f cmake_build/bin/cmake)"
56
0 commit comments