Skip to content

Commit 9a5d8cb

Browse files
authored
Merge pull request #78259 from bnbarham/no-swift-strip
[Build] Do not strip swift prefix for WASI SDK bundle
2 parents 19350d9 + c628c9e commit 9a5d8cb

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)