mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-11 19:53:52 +08:00
Delta builds for Linux and MacOSX (build in <2 min with docker)
This commit is contained in:
@@ -28,7 +28,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
|
||||
|
||||
#Compile JCEF java classes
|
||||
cd ../tools
|
||||
|
||||
Reference in New Issue
Block a user