aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-10-08 17:33:54 +0200
committerGitHub Enterprise <[email protected]>2024-10-08 17:33:54 +0200
commite809931618b443809e9740edb70a62d0cab01f87 (patch)
tree7e3364258ebfbc5eac6ca0f444f72aff880344b4 /xmake.lua
parentMrp/referencedset (#174) (diff)
downloadzen-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.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake.lua b/xmake.lua
index a8256dbd5..7ada74977 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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")