Skip to content

Commit 37927fd

Browse files
wasm: Build static SDK overlay explicitly
The static SDK overlay has been built implicitly for a long time, but this is not the case anymore after 5bf2c93. We need to build it explicitly now.
1 parent 84e93a2 commit 37927fd

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
@@ -87,6 +87,7 @@ def _build(self, host_target, target_triple):
8787
# Build only static stdlib
8888
self.cmake_options.define('SWIFT_BUILD_STATIC_STDLIB:BOOL', 'TRUE')
8989
self.cmake_options.define('SWIFT_BUILD_DYNAMIC_STDLIB:BOOL', 'FALSE')
90+
self.cmake_options.define('SWIFT_BUILD_STATIC_SDK_OVERLAY:BOOL', 'TRUE')
9091
self.cmake_options.define('SWIFT_STDLIB_TRACING:BOOL', 'FALSE')
9192
self.cmake_options.define('SWIFT_STDLIB_HAS_ASLR:BOOL', 'FALSE')
9293
self.cmake_options.define('SWIFT_STDLIB_CONCURRENCY_TRACING:BOOL', 'FALSE')

0 commit comments

Comments
 (0)