mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
CI is not on macOS 13 yet...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user