Skip to content

Commit 0e92631

Browse files
Merge pull request #72953 from kateinoigakukun/yt/build-synchronization-module
2 parents 098846e + 067806c commit 0e92631

File tree

1 file changed

+1
-0
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/products/wasmstdlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def build(self, host_target):
9595
self.cmake_options.define('SWIFT_PATH_TO_STRING_PROCESSING_SOURCE:PATH',
9696
os.path.join(self.source_dir, '..',
9797
'swift-experimental-string-processing'))
98+
self.cmake_options.define('SWIFT_ENABLE_SYNCHRONIZATION:BOOL', 'TRUE')
9899

99100
self.add_extra_cmake_options()
100101

0 commit comments

Comments
 (0)