From 9e2104d97c45cb18a87f1dcc0f51f4de03a7d298 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 01:30:43 +0100 Subject: [PATCH] Remove cxx flag --- compile_macosx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compile_macosx.sh b/compile_macosx.sh index 7a139a7..cf7bc5e 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -33,7 +33,6 @@ cd jcef mkdir jcef_build && cd jcef_build # MacOS: Generate amd64/arm64 Makefiles. -export CXXFLAGS+=-Wno-deprecated-copy if [ ${TARGETARCH} == 'amd64' ]; then cmake -G "Ninja" -DPROJECT_ARCH="x86_64" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. else