Update configure.cmd

Resolved an error that can not run configure.py if the env %configure_dir% contains spaces.
This commit is contained in:
Myung-Hyun Kim 2020-08-11 18:27:42 +09:00 committed by GitHub
parent 7169ab7935
commit f4fe351074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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