Skip to content

Commit 2cdb635

Browse files
authored
Merge pull request #2187 from aciidb0mb3r/add-sdk
[bootstrap] Pass sdk when creating libPackageDescription
2 parents a50667e + e43bae3 commit 2cdb635

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
@@ -666,6 +666,7 @@ def process_runtime_libraries(build, args, lib_path):
666666
runtime_lib_path,
667667
"-Xlinker", "-all_load",
668668
input_lib_path,
669+
"-sdk", args.sysroot,
669670
"-target", "x86_64-apple-macosx10.10"]
670671
else:
671672
# We include an RPATH entry so that the Swift libraries can be found

0 commit comments

Comments
 (0)