Skip to content

Commit 429d265

Browse files
committed
Add FoundationBase Swift module symlinks here.
1 parent 615af68 commit 429d265

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
@@ -1132,7 +1132,7 @@ def main():
11321132
symlink_force(os.path.join(args.foundation_path, 'libFoundationBase.so'), libswiftdir)
11331133

11341134
# Add Foundation's swiftmodule.
1135-
for module_file in ["Foundation.swiftmodule", "Foundation.swiftdoc"]:
1135+
for module_file in ["Foundation.swiftmodule", "Foundation.swiftdoc", "FoundationBase.swiftmodule", "FoundationBase.swiftdoc"]:
11361136
symlink_force(os.path.join(args.foundation_path, 'swift', module_file), libincludedir)
11371137

11381138
# Add CoreFoundation "framework". This just contains the header and the modulemap.

0 commit comments

Comments
 (0)