Skip to content

Commit 934aea4

Browse files
Merge pull request #72983 from kateinoigakukun/yt/enable-cxx-interop
[wasm] Enable Cxx module build
2 parents f086748 + 4508229 commit 934aea4

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_EXPERIMENTAL_CXX_INTEROP:BOOL', 'TRUE')
9899
self.cmake_options.define('SWIFT_ENABLE_SYNCHRONIZATION:BOOL', 'TRUE')
99100

100101
self.add_extra_cmake_options()

0 commit comments

Comments
 (0)