Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Update configure.cmd
Browse files Browse the repository at this point in the history
Resolved an error that can not run configure.py if the env %configure_dir% contains spaces.
  • Loading branch information
freckie authored Aug 11, 2020
1 parent 7169ab7 commit f4fe351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

set configure_dir=%~dp0
set configure_dir=%configure_dir:~0,-1%
python %configure_dir%\configure.py %* || ( exit /b )
python "%configure_dir%\configure.py" %* || ( exit /b )
echo Configuration finished

0 comments on commit f4fe351

Please sign in to comment.