mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-09 10:43:49 +08:00
Begin build scripts for jetbrains cef
This commit is contained in:
@@ -26,10 +26,7 @@ if [ ! -f "/jcef/README.md" ]; then
|
||||
else
|
||||
echo "Found existing files to build"
|
||||
cd /jcef
|
||||
fi
|
||||
|
||||
#CMakeLists patching
|
||||
python3 /builder/patch_cmake.py CMakeLists.txt /builder/CMakeLists.txt.patch
|
||||
fi
|
||||
|
||||
# Create and enter the `jcef_build` directory.
|
||||
# The `jcef_build` directory name is required by other JCEF tooling
|
||||
|
||||
@@ -12,8 +12,6 @@ if exist "jcef\README.md" (echo "Found existing files to build" && cd jcef) ^
|
||||
else (echo "Did not find files to build - cloning..." && GOTO :CLONE)
|
||||
|
||||
:BUILD
|
||||
:: CMakeLists patching
|
||||
python C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch
|
||||
|
||||
:: Prepare build dir
|
||||
mkdir jcef_build && cd jcef_build
|
||||
|
||||
Reference in New Issue
Block a user