Stopped undefining the system C compiler. Derp.

This commit is contained in:
Scott Duensing 2022-09-28 15:15:46 -05:00
parent ba9671360c
commit 608cd8c1df

View file

@ -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= NAME=
ARCH= ARCH=
BACKEND= BACKEND=
@ -40,11 +43,11 @@ SDL2_OLD=25f9ed87ff6947d9576fc9d79dee0784e638ac58
SDL2_NEW=97a5e744497ff7cc93edc5119d67cad3ee86dd57 SDL2_NEW=97a5e744497ff7cc93edc5119d67cad3ee86dd57
OLD_PATH=${PATH} OLD_PATH=${PATH}
export CC= #export CC=
export AR= #export AR=
export CFLAGS= #export CFLAGS=
export LD_LIBRARY_PATH= #export LD_LIBRARY_PATH=
export LDFLAGS= #export LDFLAGS=
export GOLDEN_GATE=${IIGS}/ORCA export GOLDEN_GATE=${IIGS}/ORCA