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.
1 parent 9b3eff6 commit 2f1b453Copy full SHA for 2f1b453
test/swift-sdk/lit.local.cfg
@@ -16,7 +16,7 @@ else:
16
config.substitutions.append(("%{target_swift_build}", target_swift_build))
17
18
copy_cmd = 'cp %s %t.dir/Sources/Check/Check.swift'
19
- if config.root.scheme in ["release-6.0", "release-6.1", "release-6.2"]:
+ if config.root.scheme in ["release-6.0", "release-6.1"]:
20
copy_cmd = 'cp %s %t.dir/Sources/main.swift'
21
22
simple_swift_build_steps = [
0 commit comments