Skip to content

Commit

Permalink
fix configure -redo
Browse files Browse the repository at this point in the history
-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 <[email protected]>
  • Loading branch information
ossilator authored and Qt by Nokia committed Mar 1, 2012
1 parent 0bb99c6 commit 1e92e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ if errorlevel 1 (cd ..\.. & exit /b 1)
cd ..\..

:conf
configure.exe -srcdir %QTSRC% %nosyncqt% %*
configure.exe -srcdir %QTSRC% %* %nosyncqt%
:exit

0 comments on commit 1e92e8d

Please sign in to comment.