aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-08-03 13:16:23 +0100
committergingerBill <bill@gingerbill.org>2023-08-03 13:16:23 +0100
commit8060da2132a4f21f5a2ee6c7967c4dd3fb581cf0 (patch)
treeb6f36c6a263f9561c71f94c49786d536d99d76dd /src
parentb495a302b016d37a19a95cac56dc7f67fdc4ba73 (diff)
Toggle tilde backend in the build script
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fbed6a2d1..2a7c90744 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,7 +72,7 @@ gb_global Timings global_timings = {0};
#include "linker.cpp"
-#if defined(GB_SYSTEM_WINDOWS)
+#if defined(GB_SYSTEM_WINDOWS) && defined(ODIN_TILDE_BACKEND)
#define ALLOW_TILDE 1
#else
#define ALLOW_TILDE 0