Skip to content

Commit a9ef6b8

Browse files
committed
Utilities/bootstrap: pass CC env var in swiftpm_args
1 parent 18e25d6 commit a9ef6b8

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
@@ -619,6 +619,7 @@ def build_swiftpm_with_swiftpm(args, integrated_swift_driver):
619619
swiftpm_args = [
620620
"SWIFT_EXEC=" + args.swiftc_path,
621621
"SWIFT_DRIVER_SWIFT_EXEC=" + args.swiftc_path,
622+
"CC=" + args.clang_path
622623
]
623624

624625
if args.bootstrap:

0 commit comments

Comments
 (0)