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 srcs collection for cc_binary and swift_binary #673

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

brentleyjones
Copy link
Contributor

@brentleyjones brentleyjones commented Jul 7, 2022

Part of #83 and #94.

Also adjust //examples/simple to be a swift_binary without any library dependency.

"OTHER_SWIFT_FLAGS": "-Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all -g -static",
"PRODUCT_MODULE_NAME": "examples_simple_SwiftLib",
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "DEBUG",
"PRODUCT_MODULE_NAME": "_SwiftBin_Stub",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll fix this in a followup PR.

Also adjust `//examples/simple` to be a `swift_binary` without any library dependency.
@brentleyjones brentleyjones force-pushed the bj/fix-executable-srcs-collection branch from c05862a to 7c7912b Compare July 8, 2022 13:06
@brentleyjones brentleyjones merged commit 91a4091 into main Jul 8, 2022
@brentleyjones brentleyjones deleted the bj/fix-executable-srcs-collection branch July 8, 2022 13:08
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.

None yet

2 participants