Skip to content

Commit f4fe351

Browse files
authored
Update configure.cmd
Resolved an error that can not run configure.py if the env %configure_dir% contains spaces.
1 parent 7169ab7 commit f4fe351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

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

0 commit comments

Comments
 (0)