From fa88e0f054e0e4b71b3319161131582678e6d08a Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat, 18 May 2024 09:04:36 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Windows=20Simulator=20needs=20-D?= =?UTF-8?q?GLM=5FENABLE=5FEXPERIMENTAL=20(#27092)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/native.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/ini/native.ini b/ini/native.ini index bbb6724dae..3da0237c0f 100644 --- a/ini/native.ini +++ b/ini/native.ini @@ -153,4 +153,5 @@ build_src_flags = ${simulator_common.build_src_flags} -fpermissive build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags} -IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows -ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp + -DGLM_ENABLE_EXPERIMENTAL build_type = debug