Commit 9c6b69ad authored by nilanjandaw's avatar nilanjandaw

Merge branch 'master' of https://git.cse.iitb.ac.in/synerg/xanadu

parents 0be90df6 d89c3f82
...@@ -23,7 +23,11 @@ echo ${VersionNumber} > ./version.linux ...@@ -23,7 +23,11 @@ echo ${VersionNumber} > ./version.linux
# BUILD # BUILD
# ````````````````````````````````````````````````````````````````````` # `````````````````````````````````````````````````````````````````````
Compiler="clang" if [ -z ${CC+x} ]; then
Compiler="clang"
else
Compiler="${CC}"
fi
# Compile Arbiter ===================================================== # Compile Arbiter =====================================================
......
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