mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Change to correct python command
This commit is contained in:
parent
ff91daafab
commit
a0bb2fb26e
@ -13,7 +13,7 @@ else (echo "Did not find files to build - cloning..." && GOTO :CLONE)
|
||||
|
||||
:BUILD
|
||||
:: 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
|
||||
mkdir jcef_build && cd jcef_build
|
||||
|
Loading…
Reference in New Issue
Block a user