From 608cd8c1dfdfcc1523051dbb0f02ed00870a00e7 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 28 Sep 2022 15:15:46 -0500 Subject: [PATCH] Stopped undefining the system C compiler. Derp. --- scripts/buildVm.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/buildVm.sh b/scripts/buildVm.sh index 435206b..285854a 100755 --- a/scripts/buildVm.sh +++ b/scripts/buildVm.sh @@ -22,6 +22,9 @@ # +# All these unset variables are just documenting what global variables and +# exports are used by the rest of the script. + NAME= ARCH= BACKEND= @@ -40,11 +43,11 @@ SDL2_OLD=25f9ed87ff6947d9576fc9d79dee0784e638ac58 SDL2_NEW=97a5e744497ff7cc93edc5119d67cad3ee86dd57 OLD_PATH=${PATH} -export CC= -export AR= -export CFLAGS= -export LD_LIBRARY_PATH= -export LDFLAGS= +#export CC= +#export AR= +#export CFLAGS= +#export LD_LIBRARY_PATH= +#export LDFLAGS= export GOLDEN_GATE=${IIGS}/ORCA