We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19350d9 + c628c9e commit 9a5d8cbCopy full SHA for 9a5d8cb
utils/swift_build_support/swift_build_support/products/wasmswiftsdk.py
@@ -140,7 +140,7 @@ def build(self, host_target):
140
swift_run = os.path.join(toolchain_path, 'bin', 'swift-run')
141
142
swift_version = os.environ.get('TOOLCHAIN_VERSION',
143
- 'swift-DEVELOPMENT-SNAPSHOT').lstrip('swift-')
+ 'swift-DEVELOPMENT-SNAPSHOT')
144
run_args = [
145
swift_run,
146
'--package-path', self.source_dir,
0 commit comments