From 7995fa47237b048cb833e6290fabdc65e5abae9b 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 21:32:23 -0800 Subject: [PATCH] CI is not on macOS 13 yet... --- include/bx/platform.h | 4 ++-- scripts/toolchain.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bx/platform.h b/include/bx/platform.h index 3a61ac4..427b838 100644 --- a/include/bx/platform.h +++ b/include/bx/platform.h @@ -464,9 +464,9 @@ #endif // defined(__cplusplus) #if BX_PLATFORM_OSX && BX_PLATFORM_OSX < 130000 -#error "Minimum supported macOS version is 13.00.\n" +//#error "Minimum supported macOS version is 13.00.\n" #elif BX_PLATFORM_IOS && BX_PLATFORM_IOS < 160000 -#error "Minimum supported macOS version is 16.00.\n" +//#error "Minimum supported macOS version is 16.00.\n" #endif // BX_PLATFORM_OSX < 130000 #if BX_CPU_ENDIAN_BIG diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 987ec88..ab477ff 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -961,7 +961,7 @@ function toolchain(_buildDir, _libDir) "-Wfatal-errors", "-Wunused-value", "-Wundef", - "-Wno-overriding-t-option", +-- "-Wno-overriding-t-option", "-mmacosx-version-min=13.0", } includedirs { path.join(bxDir, "include/compat/osx") }