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 f086748 + 4508229 commit 934aea4Copy full SHA for 934aea4
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_EXPERIMENTAL_CXX_INTEROP:BOOL', 'TRUE')
99
self.cmake_options.define('SWIFT_ENABLE_SYNCHRONIZATION:BOOL', 'TRUE')
100
101
self.add_extra_cmake_options()
0 commit comments