Skip to content

Commit 5b942d6

Browse files
authored
Merge pull request swiftlang#2871 from owenv/test_pr
Symlink swift-autolink-extract into the SPM build dir
2 parents cebb305 + fbaaef2 commit 5b942d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def build_swiftpm_with_swiftpm(args, integrated_swift_driver):
541541
# Setup symlinks that'll allow using swiftpm from the build directory.
542542
symlink_force(args.swiftc_path, os.path.join(args.target_dir, args.conf, "swiftc"))
543543
symlink_force(args.swiftc_path, os.path.join(args.target_dir, args.conf, "swift"))
544+
symlink_force(args.swiftc_path, os.path.join(args.target_dir, args.conf, "swift-autolink-extract"))
544545

545546
lib_dir = os.path.join(args.target_dir, "lib", "swift")
546547

0 commit comments

Comments
 (0)