diff options
| author | Dan Engelbrecht <[email protected]> | 2025-04-02 23:45:18 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-04-02 23:45:18 +0200 |
| commit | 1751e189e7c71b801bd7e805cda18a48556b1d4f (patch) | |
| tree | 60eb7b1fa0503a2d2c2b7093d2fc774c2361bdf9 /xmake.lua | |
| parent | changelog (diff) | |
| download | zen-1751e189e7c71b801bd7e805cda18a48556b1d4f.tar.xz zen-1751e189e7c71b801bd7e805cda18a48556b1d4f.zip | |
remove xcode 12.1 workaround (#339)
* remove xcode 12.1 workaround
* bump min macos version to 14.0
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -98,12 +98,6 @@ if is_os("windows") then -- add_ldflags("/MAP") end -if is_os("macosx") then - -- temporary workaround for xcode 12.1 (UE minimum spec is 12.5) - -- TODO: once CI is updated we should remove this - add_defines("_LIBCPP_DISABLE_AVAILABILITY") -end - if is_os("linux") or is_os("macosx") then add_cxxflags("-Wno-implicit-fallthrough") add_cxxflags("-Wno-missing-field-initializers") |