Skip to content

Commit

Permalink
CI is not on macOS 13 yet...
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Dec 13, 2023
1 parent d781d0a commit 7995fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/bx/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/toolchain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
Expand Down

0 comments on commit 7995fa4

Please sign in to comment.