fix build steps
This commit is contained in:
@@ -17,10 +17,6 @@ if %errorlevel% == 0 (
|
||||
|
||||
python3 tools\binding_generator\generate_bindings.py --api build-master\_deps\godot-cpp-src\gdextension\extension_api.json
|
||||
cmake -S . -B build-master -DCMAKE_BUILD_TYPE=Debug || exit /b 1
|
||||
if errorlevel 1 (
|
||||
REM python3 not on PATH; try py launcher as a fallback.
|
||||
py tools\binding_generator\generate_bindings.py --api build-master\_deps\godot-cpp-src\gdextension\extension_api.json
|
||||
)
|
||||
cmake -S . -B build-master -DCMAKE_BUILD_TYPE=Debug || exit /b 1
|
||||
cmake --build build-master --config Debug --target leanclr_godot || exit /b 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user