diff options
| author | gingerBill <bill@gingerbill.org> | 2023-08-03 13:16:23 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-08-03 13:16:23 +0100 |
| commit | 8060da2132a4f21f5a2ee6c7967c4dd3fb581cf0 (patch) | |
| tree | b6f36c6a263f9561c71f94c49786d536d99d76dd /src/main.cpp | |
| parent | b495a302b016d37a19a95cac56dc7f67fdc4ba73 (diff) | |
Toggle tilde backend in the build script
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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 |