Compare commits

..

3 Commits

Author SHA1 Message Date
Friwi
1a11a80d67 Update install_macos_dependencies.sh 2023-12-08 13:52:20 +01:00
Friwi
4cea794a99 Add six as dependency 2023-12-08 13:47:50 +01:00
Friwi
5b834e3e56 Update compile_macosx.sh 2023-12-08 13:47:04 +01:00
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -1,3 +1,4 @@
#!/bin/bash
brew install ninja
brew reinstall six