X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1325cf9788d4089f9d20bf2121b0872c6369c817..f19bef8a44d3e9e02cc3d4069a3b0dd2169af094:/projects/sgauth/build diff --git a/projects/sgauth/build b/projects/sgauth/build index 81a897f9..1c3eb67a 100755 --- a/projects/sgauth/build +++ b/projects/sgauth/build @@ -92,6 +92,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 ]