Skip to content

Commit

Permalink
Add FoundationBase Swift module symlinks here.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenomi committed Jan 22, 2019
1 parent 615af68 commit 429d265
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 @@ -1132,7 +1132,7 @@ def main():
symlink_force(os.path.join(args.foundation_path, 'libFoundationBase.so'), libswiftdir)

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

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

0 comments on commit 429d265

Please sign in to comment.