Change to correct python command

This commit is contained in:
FriwiDev 2021-11-24 00:58:44 +01:00
parent ff91daafab
commit a0bb2fb26e

View File

@ -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