Skip to content

Commit d8ba335

Browse files
committed
libdispatch: enable building for x86
This is now supported due to our patch for using our own BlocksRuntime.
1 parent c1b80b7 commit d8ba335

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phases/18-libdispatch.bat

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ set TAG=
55

66
call "%~dp0\common.bat" prepare_project || exit /b 1
77

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-
148
set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
159
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
1610
mkdir "%BUILD_DIR%" || exit /b 1

0 commit comments

Comments
 (0)