You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue where the makefiles of the C dependency I'm building assumed an x86_64 architecture because cmake-rs sets the toolset flag to x64here, even on aarch64. Luckily it was easy to work around this by explicitly setting a toolset, but it still doesn't seem right to pass x86/x64 parameters for aarch64 hosts/ targets.
The text was updated successfully, but these errors were encountered:
I ran into an issue where the makefiles of the C dependency I'm building assumed an x86_64 architecture because cmake-rs sets the toolset flag to
x64
here, even on aarch64. Luckily it was easy to work around this by explicitly setting a toolset, but it still doesn't seem right to pass x86/x64 parameters for aarch64 hosts/ targets.The text was updated successfully, but these errors were encountered: