Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ rem install ninja if GENERATOR is Ninja
if %GENERATOR% == "Ninja" (
rem Set the default generator for cmake to Ninja
setx CMAKE_GENERATOR Ninja
pip install ninja
pip install ninja==1.11.1.4
if %errorlevel% NEQ 0 (
echo pip install ninja failed!
exit /b 5
Expand Down