aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qt/build.bat2
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
)