Skip to content

Commit 6ab06c3

Browse files
committed
Use SWIFT_DRIVER_SWIFT_EXEC to pass swiftc_path to driver in bootstrap
1 parent dd44990 commit 6ab06c3

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
@@ -528,6 +528,7 @@ def build_swiftpm_with_swiftpm(args, integrated_swift_driver):
528528

529529
swiftpm_args = [
530530
"SWIFT_EXEC=" + args.swiftc_path,
531+
"SWIFT_DRIVER_SWIFT_EXEC=" + args.swiftc_path,
531532
"SWIFTPM_PD_LIBS=" + os.path.join(args.bootstrap_dir, "pm"),
532533
os.path.join(args.bootstrap_dir, "bin/swift-build"),
533534
"--disable-sandbox",

0 commit comments

Comments
 (0)