Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PRODUCT_MODULE_NAME calculation for external repos #253

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

brentleyjones
Copy link
Contributor

We needed to use swift_common.derive_module_name(). We now only set a product module name for Swift targets, since the module name for Objective-C targets comes from the modulemap, which is supplied to us from Bazel.

Copy link
Contributor

@erikkerber erikkerber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇🏼

We needed to use `swift_common.derive_module_name()`. We now only set a product module name for Swift targets, since the module name for Objective-C targets comes from the modulemap, which is supplied to us from Bazel.
@brentleyjones brentleyjones merged commit b367aa3 into main Apr 6, 2022
@brentleyjones brentleyjones deleted the bj/correct-module_name branch April 6, 2022 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants