Skip to content

Commit 930883c

Browse files
authored
Update wasmswiftsdk.py
1 parent d69a07f commit 930883c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/products/wasmswiftsdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def build(self, host_target):
235235
# TODO: Enable threads stdlib once sdk-generator supports multi-target SDK
236236
# ('wasm32-unknown-wasip1-threads', 'wasm32-wasip1-threads',
237237
# 'wasip1-threads-wasm32', 'wasmthreadsstdlib'),
238+
]:
238239
stdlib_build_path = os.path.join(
239240
build_root, '%s-%s' % (build_basename, host_target))
240241
wasi_sysroot = wasisysroot.WASILibc.sysroot_install_path(

0 commit comments

Comments
 (0)