Skip to content

Commit ad3b445

Browse files
committed
libdispatch: enable building for x86
1 parent 973bb31 commit ad3b445

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
@@ -8,12 +8,6 @@ set TAG=
88
:: load environment and prepare project
99
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
1010

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

0 commit comments

Comments
 (0)