Skip to content

Commit

Permalink
Merge pull request #2187 from aciidb0mb3r/add-sdk
Browse files Browse the repository at this point in the history
[bootstrap] Pass sdk when creating libPackageDescription
  • Loading branch information
aciidgh authored Jun 25, 2019
2 parents a50667e + e43bae3 commit 2cdb635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ def process_runtime_libraries(build, args, lib_path):
runtime_lib_path,
"-Xlinker", "-all_load",
input_lib_path,
"-sdk", args.sysroot,
"-target", "x86_64-apple-macosx10.10"]
else:
# We include an RPATH entry so that the Swift libraries can be found
Expand Down

0 comments on commit 2cdb635

Please sign in to comment.