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

Always pass -target flag to clang #11

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Always pass -target flag to clang #11

merged 1 commit into from
Feb 3, 2024

Conversation

micahrj
Copy link
Contributor

@micahrj micahrj commented Feb 3, 2024

Currently, com-scrape only passes the -target flag to clang if the TARGET env var is present and it doesn't match the value of HOST_TARGET (which is set to the TARGET env var passed to com-scrape's build script). Instead, always pass the value of TARGET if it is present, and HOST_TARGET otherwise.

Currently, com-scrape only passes the `-target` flag to clang if the `TARGET`
env var is present and it doesn't match the value of `HOST_TARGET` (which is
set to the `TARGET` env var passed to com-scrape's build script). Instead,
always pass the value of `TARGET` if it is present, and `HOST_TARGET`
otherwise.
@micahrj micahrj merged commit a6f29d5 into master Feb 3, 2024
3 checks passed
@micahrj micahrj deleted the always-pass-target branch February 3, 2024 21:11
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.

1 participant