Skip to content

Commit 067806c

Browse files
[wasm] Enable Synchronization module build
1 parent f0d3ca8 commit 067806c

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)