We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 098846e + 067806c commit 0e92631Copy full SHA for 0e92631
utils/swift_build_support/swift_build_support/products/wasmstdlib.py
@@ -95,6 +95,7 @@ def build(self, host_target):
95
self.cmake_options.define('SWIFT_PATH_TO_STRING_PROCESSING_SOURCE:PATH',
96
os.path.join(self.source_dir, '..',
97
'swift-experimental-string-processing'))
98
+ self.cmake_options.define('SWIFT_ENABLE_SYNCHRONIZATION:BOOL', 'TRUE')
99
100
self.add_extra_cmake_options()
101
0 commit comments