From 8060da2132a4f21f5a2ee6c7967c4dd3fb581cf0 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 3 Aug 2023 13:16:23 +0100 Subject: Toggle tilde backend in the build script --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3