From 111c133b939c15c57c90cd474d55e84928c6307a Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Wed, 12 Jul 2023 21:05:57 -0300 Subject: Officially past the point of no return. C scripting works! --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 22695ff..bee6ae6 100644 --- a/build.sh +++ b/build.sh @@ -109,7 +109,7 @@ if [ ! -d "$TEMP_DIR" ]; then mkdir -p $TEMP_DIR cd $TEMP_DIR - TCC_DEFINES="-DTCC_TARGET_PE -DTCC_TARGET_X86_64" + TCC_DEFINES="-DTCC_TARGET_PE -DTCC_TARGET_X86_64 -DCONFIG_TCC_PREDEFS" TCC_VERS=$(cat "$TINYCC_SRC/VERSION") echo "#define TCC_VERSION \"$TCC_VERS\"" >> "$TINYCC_SRC/config.h" -- cgit v1.2.3