From 8b23feb80e7034c7e7fc32d3412d46556fdae0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 12 Dec 2023 22:25:52 -0800 Subject: [PATCH] CI is annoying... --- scripts/toolchain.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index ab477ff..8a005e4 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -962,7 +962,7 @@ function toolchain(_buildDir, _libDir) "-Wunused-value", "-Wundef", -- "-Wno-overriding-t-option", - "-mmacosx-version-min=13.0", +-- "-mmacosx-version-min=13.0", } includedirs { path.join(bxDir, "include/compat/osx") } @@ -974,7 +974,7 @@ function toolchain(_buildDir, _libDir) "-Wfatal-errors", "-Wunused-value", "-Wundef", - "-mios-version-min=16.0", +-- "-mios-version-min=16.0", } includedirs { path.join(bxDir, "include/compat/ios") }