Skip to content

Commit

Permalink
Rename FoundationSoil to FoundationBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenomi committed Jan 11, 2019
1 parent 45bffdb commit d633eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +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)
symlink_force(os.path.join(args.foundation_path, 'libFoundationBase.so'), libswiftdir)

# Add Foundation's swiftmodule.
for module_file in ["Foundation.swiftmodule", "Foundation.swiftdoc"]:
Expand Down

0 comments on commit d633eed

Please sign in to comment.