diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 13:02:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-24 13:02:02 +0200 |
commit | d3c90cc12103eec4cdd6eac1edd69481c479955f (patch) | |
tree | 39d1af9584499d794ce4ecbb06c17774d2ada5fa /qt | |
parent | f569a30ff390ee9fcd87dadae48978004f88f5bf (diff) |
Add missing parenthesis
Diffstat (limited to 'qt')
-rw-r--r-- | qt/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/build.bat b/qt/build.bat index e5401be..3f6a647 100644 --- a/qt/build.bat +++ b/qt/build.bat @@ -81,7 +81,7 @@ for %%d in (%1) do ( ) ) -for %%c in (%confs%) do +for %%c in (%confs%) do ( for %%p in (%plats%) do ( call :run_build common/qt-common-%1-vc%vcver%.sln %%c %%p ) |