CI is not on macOS 13 yet...

This commit is contained in:
Бранимир Караџић
2023-12-12 21:32:23 -08:00
parent d781d0a67f
commit 7995fa4723
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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") }