-Wno-deprecated-copy

This commit is contained in:
FriwiDev 2021-11-15 01:09:01 +01:00
parent 9b794589f0
commit e1c3ba8259

View File

@ -33,6 +33,7 @@ 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