Skip to content

Commit

Permalink
Merge pull request #78259 from bnbarham/no-swift-strip
Browse files Browse the repository at this point in the history
[Build] Do not strip swift prefix for WASI SDK bundle
  • Loading branch information
bnbarham authored Dec 18, 2024
2 parents 19350d9 + c628c9e commit 9a5d8cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def build(self, host_target):
swift_run = os.path.join(toolchain_path, 'bin', 'swift-run')

swift_version = os.environ.get('TOOLCHAIN_VERSION',
'swift-DEVELOPMENT-SNAPSHOT').lstrip('swift-')
'swift-DEVELOPMENT-SNAPSHOT')
run_args = [
swift_run,
'--package-path', self.source_dir,
Expand Down

0 comments on commit 9a5d8cb

Please sign in to comment.