From 45bffdba081a3715b28881142988d40ee3f9f717 Mon Sep 17 00:00:00 2001 From: Lily Vulcano Date: Tue, 11 Dec 2018 13:57:33 -0800 Subject: [PATCH] [DNM] For testing split Foundation: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure that component module libraries are now picked up alongside Foundation’s. --- Utilities/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/bootstrap b/Utilities/bootstrap index b3e1c33fde8..ca1a2e72746 100755 --- a/Utilities/bootstrap +++ b/Utilities/bootstrap @@ -1129,6 +1129,7 @@ def main(): # Add libFoundation. symlink_force(os.path.join(args.foundation_path, 'libFoundation.so'), libswiftdir) + symlink_force(os.path.join(args.foundation_path, 'libFoundationSoil.so'), libswiftdir) # Add Foundation's swiftmodule. for module_file in ["Foundation.swiftmodule", "Foundation.swiftdoc"]: