Browse Source

CI is not on macOS 13 yet...

Бранимир Караџић 2 years ago
parent
commit
7995fa4723
2 changed files with 3 additions and 3 deletions
  1. 2 2
      include/bx/platform.h
  2. 1 1
      scripts/toolchain.lua

+ 2 - 2
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

+ 1 - 1
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") }