Skip to content

Commit e8074db

Browse files
committed
Rename FoundationSoil to FoundationBase.
1 parent d530735 commit e8074db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def main():
11291129

11301130
# Add libFoundation.
11311131
symlink_force(os.path.join(args.foundation_path, 'libFoundation.so'), libswiftdir)
1132-
symlink_force(os.path.join(args.foundation_path, 'libFoundationSoil.so'), libswiftdir)
1132+
symlink_force(os.path.join(args.foundation_path, 'libFoundationBase.so'), libswiftdir)
11331133

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

0 commit comments

Comments
 (0)