mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-05 16:53:54 +08:00
Change to correct python command
This commit is contained in:
@@ -13,7 +13,7 @@ else (echo "Did not find files to build - cloning..." && GOTO :CLONE)
|
|||||||
|
|
||||||
:BUILD
|
:BUILD
|
||||||
:: CMakeLists patching
|
:: CMakeLists patching
|
||||||
python3 C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch
|
python C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch
|
||||||
|
|
||||||
:: Prepare build dir
|
:: Prepare build dir
|
||||||
mkdir jcef_build && cd jcef_build
|
mkdir jcef_build && cd jcef_build
|
||||||
|
|||||||
Reference in New Issue
Block a user