Skip to content

Commit a225643

Browse files
Merge pull request #70511 from kateinoigakukun/katei/fix-global-executor-selection-wasm
build: Explicitly set `SWIFT_ENABLE_DISPATCH` to build Wasm stdlib
2 parents 96ee57b + 7a80418 commit a225643

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
@@ -83,6 +83,7 @@ def build(self, host_target):
8383
self.cmake_options.define('SWIFT_BUILD_DYNAMIC_STDLIB:BOOL', 'FALSE')
8484
self.cmake_options.define(
8585
'SWIFT_STDLIB_SINGLE_THREADED_CONCURRENCY:BOOL', 'TRUE')
86+
self.cmake_options.define('SWIFT_ENABLE_DISPATCH:BOOL', 'FALSE')
8687
self.cmake_options.define('SWIFT_THREADING_PACKAGE:STRING', 'none')
8788
self.cmake_options.define(
8889
'SWIFT_STDLIB_SUPPORTS_BACKTRACE_REPORTING:BOOL', 'FALSE')

0 commit comments

Comments
 (0)