Skip to content

Commit 39ad28c

Browse files
committed
[DNM] For testing split Foundation:
Ensure that component module libraries are now picked up alongside Foundation’s.
1 parent 035b0c0 commit 39ad28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

+1
Original file line numberDiff line numberDiff line change
@@ -1129,6 +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)
11321133

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

0 commit comments

Comments
 (0)