Commit 4ffb5e2e authored by captainwong's avatar captainwong

fix build.sh

parent 62b17418
......@@ -6,6 +6,7 @@ cd build
cc=gcc
cxx=g++
if [ $(command -v clang++ &> /dev/null ; echo $?) -eq 0 ]
then
cc=clang
cxx=clang++
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