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

Check HXCPP_ARCH before defaulting to host arch #1122

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

tobil4sk
Copy link
Member

Right now HXCPP_ARCH is ignored, which means you can get situations where HXCPP_ARM64 is set but the architecture is x86_64 so you may end up with a broken build.

See #954.

Right now HXCPP_ARCH is ignored, which means you can get situations
where `HXCPP_ARM64` is set but the architecture is x86_64 so you may end
up with a broken build.
@Simn Simn merged commit 9cdfc47 into HaxeFoundation:master Jun 27, 2024
100 checks passed
@tobil4sk tobil4sk deleted the fix/HXCPP_ARCH branch June 27, 2024 06:08
@skial skial mentioned this pull request Jun 27, 2024
1 task
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