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 973bb31 commit ad3b445Copy full SHA for ad3b445
phases/18-libdispatch.bat
@@ -8,12 +8,6 @@ set TAG=
8
:: load environment and prepare project
9
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
10
11
-if "%ARCH%" == "x86" (
12
- echo Skipping libdispatch for x86
13
- echo Blocked on issue: https://bugs.swift.org/browse/SR-14314
14
- exit /b 0
15
-)
16
-
17
set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
18
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
19
mkdir "%BUILD_DIR%" || exit /b 1
0 commit comments