Fix build scripts.
This commit is contained in:
parent
100fed3622
commit
74733275d8
|
@ -1,5 +1,6 @@
|
|||
@echo OFF
|
||||
|
||||
setlocal enabledelayedexpansion
|
||||
set "FullScriptPath=%~dp0"
|
||||
|
||||
python %FullScriptPath%configure.py %*
|
||||
|
|
Loading…
Reference in New Issue