mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +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
|
||||
|
||||
Reference in New Issue
Block a user