From 62954045c8d931f3ecd0832dd9ad301107e694e8 Mon Sep 17 00:00:00 2001 From: "Jim McCann (on silkmoth)" Date: Wed, 4 Oct 2023 13:29:35 -0400 Subject: [PATCH] ...and fix macos compile also(?) --- Maekfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maekfile.js b/Maekfile.js index 80b000d..3847378 100644 --- a/Maekfile.js +++ b/Maekfile.js @@ -82,7 +82,7 @@ if (maek.OS === "windows") { `-O2`, //optimize //include paths for nest libraries: `-I${NEST_LIBS}/SDL2/include/SDL2`, `-D_THREAD_SAFE`, //the output of sdl-config --cflags - `-I${NEST_LIBS}/glm/include`, + `-I${NEST_LIBS}/glm/include`, `-Wno-deprecated-declarations`, //because of vsprintf in string_cast `-I${NEST_LIBS}/libpng/include`, `-I${NEST_LIBS}/opusfile/include`, `-I${NEST_LIBS}/libopus/include`,