mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2026-04-30 00:34:25 +08:00
Delta builds for Linux and MacOSX (build in <2 min with docker)
This commit is contained in:
@@ -42,7 +42,10 @@ fi
|
||||
# Create and enter the `jcef_build` directory.
|
||||
# The `jcef_build` directory name is required by other JCEF tooling
|
||||
# and should not be changed.
|
||||
mkdir jcef_build && cd jcef_build
|
||||
if [ ! -d "jcef_build" ]; then
|
||||
mkdir jcef_build
|
||||
fi
|
||||
cd jcef_build
|
||||
|
||||
# MacOS: Generate amd64/arm64 Makefiles.
|
||||
if [ ${TARGETARCH} == 'amd64' ]; then
|
||||
|
||||
Reference in New Issue
Block a user