Skip to content

Commit

Permalink
[DNM] For testing split Foundation:
Browse files Browse the repository at this point in the history
Ensure that component module libraries are now picked up alongside Foundation’s.
  • Loading branch information
millenomi committed Dec 11, 2018
1 parent 28ff8c0 commit 1ac14a6
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 @@ -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"]:
Expand Down

0 comments on commit 1ac14a6

Please sign in to comment.