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