fix configure -redo
-redo must be the first argument (except -srcdir, which we treat differently), so let's pass the user arguments first. Change-Id: I5da37d1a6e1aec67449daf64b8bd2ffcc0b075a4 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
0bb99c6ff3
commit
1e92e8d385
@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
|
||||
cd ..\..
|
||||
|
||||
:conf
|
||||
configure.exe -srcdir %QTSRC% %nosyncqt% %*
|
||||
configure.exe -srcdir %QTSRC% %* %nosyncqt%
|
||||
:exit
|
||||
|
Loading…
Reference in New Issue
Block a user