diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-12 21:05:57 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-12 21:05:57 -0300 |
| commit | 111c133b939c15c57c90cd474d55e84928c6307a (patch) | |
| tree | 3e6ed21eaaf21a8f8f4c5c9933972ea476d37b8e /build.sh | |
| parent | fa2bdd711212ba6b7a94a20971e8bfa281e73296 (diff) | |
Officially past the point of no return. C scripting works!
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
