Skip to content

Commit b8fccbf

Browse files
committed
utils: restore synchronisation module on android armv7
The underlying issue seems to have been resolved. Restore the synchronisation module builds for Android.
1 parent fb0a1b9 commit b8fccbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,7 @@ function Build-Runtime([Platform]$Platform, $Arch) {
15931593
SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = "YES";
15941594
SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = "YES";
15951595
SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = "YES";
1596-
# FIXME: re-enable after https://github.com/apple/swift/issues/74186 is fixed.
1597-
SWIFT_ENABLE_SYNCHRONIZATION = if (($Platform -eq "Android") -and ($Arch -eq $AndroidARMv7)) { "NO" } else { "YES" };
1596+
SWIFT_ENABLE_SYNCHRONIZATION = "YES";
15981597
SWIFT_ENABLE_VOLATILE = "YES";
15991598
SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path -Path $CompilersBinaryCache -ChildPath "bin");
16001599
SWIFT_PATH_TO_LIBDISPATCH_SOURCE = "$SourceCache\swift-corelibs-libdispatch";

0 commit comments

Comments
 (0)