We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a927c02 commit 08f9ffaCopy full SHA for 08f9ffa
utils/build-windows-toolchain.bat
@@ -81,10 +81,7 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
81
-BuildType %CMAKE_BUILD_TYPE% ^
82
%SkipPackagingArg% ^
83
%TestArg% ^
84
- -Stage %StagePath%
85
-
86
-:: Fail if powershell.exe exited with error code 1 or above (failure)
87
-if ErrorLevel 1 exit /b 1
+ -Stage %StagePath% || (exit /b)
88
89
:: Clean up the module cache
90
rd /s /q %LocalAppData%\clang\ModuleCache
0 commit comments