cmake-rs
cmake-rs copied to clipboard
Toolset is set to x64 on aarch64-pc-windows-msvc
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.