Skip to content

Commit 6879580

Browse files
committed
update bootstrap
1 parent 556b6fd commit 6879580

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)