From d44bef038abca99c84d7f418aedcbcb761de58aa Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 28 Feb 2024 09:26:08 +0100 Subject: [PATCH] Don't use c++2a standard on Darwin --- common.project | 2 -- 1 file changed, 2 deletions(-) diff --git a/common.project b/common.project index 3daade5c..6dce66a2 100644 --- a/common.project +++ b/common.project @@ -63,8 +63,6 @@ CPP_STD = c++14 # allow modern C++ features !endif !if "$PLATFORM" ne "osx" STDLIBS += GL - !else - CPP_STD = c++2a # https://github.com/gildor2/UEViewer/issues/183#issuecomment-846745134 !endif LIBC = shared