Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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