Skip to content

Commit c628c9e

Browse files
committed
[Build] Do not strip swift prefix for WASI SDK bundle
Match the static Linux SDK - leave the `swift-` prefix on the generated artifact bundle.
1 parent 3542af9 commit c628c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/wasmswiftsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def build(self, host_target):
140140
swift_run = os.path.join(toolchain_path, 'bin', 'swift-run')
141141

142142
swift_version = os.environ.get('TOOLCHAIN_VERSION',
143-
'swift-DEVELOPMENT-SNAPSHOT').lstrip('swift-')
143+
'swift-DEVELOPMENT-SNAPSHOT')
144144
run_args = [
145145
swift_run,
146146
'--package-path', self.source_dir,

0 commit comments

Comments
 (0)