diff options
| author | Stefan Boberg <[email protected]> | 2024-10-08 17:33:54 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-08 17:33:54 +0200 |
| commit | e809931618b443809e9740edb70a62d0cab01f87 (patch) | |
| tree | 7e3364258ebfbc5eac6ca0f444f72aff880344b4 /xmake.lua | |
| parent | Mrp/referencedset (#174) (diff) | |
| download | zen-e809931618b443809e9740edb70a62d0cab01f87.tar.xz zen-e809931618b443809e9740edb70a62d0cab01f87.zip | |
remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY (#191)
* remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY
* temp disable signing on Mac
this change should be revisited once we have resumed regular service wrt MacOS runners
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -93,12 +93,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") |