Commit 4ffb5e2e authored by captainwong's avatar captainwong

fix build.sh

parent 62b17418
...@@ -6,6 +6,7 @@ cd build ...@@ -6,6 +6,7 @@ cd build
cc=gcc cc=gcc
cxx=g++ cxx=g++
if [ $(command -v clang++ &> /dev/null ; echo $?) -eq 0 ] if [ $(command -v clang++ &> /dev/null ; echo $?) -eq 0 ]
then
cc=clang cc=clang
cxx=clang++ cxx=clang++
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment