-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to build flecs_ecs_sys v0.1.2 on Darwin 24.2.0 with Xcode 16.2 #802
Comments
It seems that problem is caused by incorrect mapping of architecture name:
For some reason there is arm64 instead of aarch64. |
The problem is really in
After this change, it was possible to build the project. The solution is based on similar issue in other project: westerndigitalcorporation/spdm-utils@a0aadc3#diff-d0d98998092552a1d3259338c2c71e118a5b8343dd4703c0c7f552ada7f9cb42R74 |
Reported: Indra-db/Flecs-Rust#218 |
The build of Hyperion fails on M4 - commit 83512a0
Related conversation: #800
rust-toolchain.toml
(no change):Steps to reproduce:
Build log:
The text was updated successfully, but these errors were encountered: