From e809931618b443809e9740edb70a62d0cab01f87 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 8 Oct 2024 17:33:54 +0200 Subject: 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 --- xmake.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmake.lua') 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") -- cgit v1.2.3