Toggle tilde backend in the build script

This commit is contained in:
gingerBill
2023-08-03 13:16:23 +01:00
parent b495a302b0
commit 8060da2132
2 changed files with 9 additions and 3 deletions

View File

@@ -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