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
Building for Windows ARM64 requires build with cargo build --target arm64ec-pc-windows-msvc, even when running Rust on ARM64 windows with the toolchain stable-aarch64-pc-windows-msvc. Otherwise the arm64ec version of the EEL assembly code will not link. And even without that nuisance, an aarch64 binary probably wouldn't work within REAPER arm64ec (because AFAIK an application built for arm64ec can only load x64 or arm64ec libraries, not aarch64/arm64 ones).
Building for arm64ec leads to target_arch being arm64ec instead of aarch64. This currently leads to failures when building win-api and windows-sys crates. I think we need to update to a recent version of windows-sys (at least 0.59.0). And maybe try to get rid of win-api, since it is not maintained anymore. As soon as this is done, let's see what else pops up.
No description provided.
The text was updated successfully, but these errors were encountered: