Skip to content

Commit 2af2c7f

Browse files
committed
Symlink swift-autolink-extract into the SPM build directory
1 parent 6b9f18e commit 2af2c7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Workspace/Workspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ extension Workspace {
727727
/// - Parameters:
728728
/// - packagePath: The absolute path of the root package.
729729
/// - swiftCompiler: The absolute path of a `swiftc` executable.
730-
/// Its associated resources will be used by the loader.
730+
/// Its associated resources will be used by the loader.
731731
public static func loadGraph(
732732
packagePath: AbsolutePath,
733733
swiftCompiler: AbsolutePath,

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)