mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-28 10:59:20 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a11a80d67 | ||
|
|
4cea794a99 | ||
|
|
5b834e3e56 |
@@ -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} ..
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
brew install ninja
|
brew install ninja
|
||||||
|
brew reinstall six
|
||||||
|
|||||||
Reference in New Issue
Block a user