X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ceffe6cd00a822d29681a0d35d98fc8fb83aa73b..537dcdcd83be0ca6f43e292f1b0f22fd2d7f25b2:/projects/sgauthstress/build diff --git a/projects/sgauthstress/build b/projects/sgauthstress/build index c4f254d2..6cca9adb 100755 --- a/projects/sgauthstress/build +++ b/projects/sgauthstress/build @@ -96,6 +96,16 @@ else SHELL="/usr/local/bin/bash" fi +if [ -z "$CC" ] +then + CC=gcc +fi + +if [ -z "$CXX" ] +then + CXX=g++ +fi + echo -n "Checking CC... " $CC --version > /dev/null 2> /dev/null if [ $? != 0 ]