Update compile_macosx.sh

This commit is contained in:
Friwi 2023-12-08 13:47:04 +01:00 committed by GitHub
parent 93c173340a
commit 5b834e3e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,9 +53,6 @@ if [ ! -d "jcef_build" ]; then
fi fi
cd jcef_build cd jcef_build
# Reinstall "six" python package to fix broken builds on amd64
pip install --ignore-installed six
# MacOS: Generate amd64/arm64 Makefiles. # MacOS: Generate amd64/arm64 Makefiles.
if [ ${TARGETARCH} == 'amd64' ]; then if [ ${TARGETARCH} == 'amd64' ]; then
cmake -G "Ninja" -DPROJECT_ARCH="x86_64" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .. cmake -G "Ninja" -DPROJECT_ARCH="x86_64" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..