Skip to content

Commit

Permalink
libdispatch: enable building for x86
Browse files Browse the repository at this point in the history
This is now supported due to our patch for using our own BlocksRuntime.
  • Loading branch information
triplef committed Jun 2, 2021
1 parent c1b80b7 commit d8ba335
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phases/18-libdispatch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ set TAG=

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

if "%ARCH%" == "x86" (
echo Skipping libdispatch for x86
echo Blocked on issue: https://bugs.swift.org/browse/SR-14314
exit /b 0
)

set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
mkdir "%BUILD_DIR%" || exit /b 1
Expand Down

0 comments on commit d8ba335

Please sign in to comment.