summaryrefslogtreecommitdiffstats
path: root/win32/bin/ibjom.bat
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-11-21 18:15:26 +0100
committerEike Ziller <eike.ziller@qt.io>2016-11-23 10:34:36 +0000
commit3cd8944d9c4dbfbb0228ed01310bceb1b58fc261 (patch)
tree0469b69d59011863e7c43d2cba32ea4a3e80c3f9 /win32/bin/ibjom.bat
parent649cfe6b78968833ebe007eae779edaaff4dfa39 (diff)
Update jom to v1.1.2v4.2.1v4.2.0-rc1v4.2.0
Change-Id: I7628ddba0ebef4222a9729b14cbdbc1094813ba6 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'win32/bin/ibjom.bat')
-rw-r--r--win32/bin/ibjom.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/bin/ibjom.bat b/win32/bin/ibjom.bat
index 297f6f7..cc8843d 100644
--- a/win32/bin/ibjom.bat
+++ b/win32/bin/ibjom.bat
@@ -1,5 +1,5 @@
@echo off
-setlocal
+setlocal enabledelayedexpansion
if "%IBJOM_NUMBEROFJOBS%" == "" set IBJOM_NUMBEROFJOBS=20
-BuildConsole /command="jom -j%IBJOM_NUMBEROFJOBS% %*"
+BuildConsole /command="jom -j%IBJOM_NUMBEROFJOBS% %*" || exit /b !ERRORLEVEL!
endlocal