From e43bae3c5214c239a3baf82dca1602b7b001601e Mon Sep 17 00:00:00 2001 From: Ankit Aggarwal Date: Mon, 24 Jun 2019 13:15:21 -0700 Subject: [PATCH] [bootstrap] Pass sdk when creating libPackageDescription --- Utilities/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/bootstrap b/Utilities/bootstrap index 3c5d1d2c489..b6343c3f8f9 100755 --- a/Utilities/bootstrap +++ b/Utilities/bootstrap @@ -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