Open orvitpng opened 1 month ago
In general, we do not currently support building on Windows ARM64, only cross-compiling from x86_64. It may be easily fixed, though.
If you have not done so, you could try first running build-windows-modules.sh
with the env CPP_BUILD_TARGET=ARM64
and see if that helps. If you have already built the Windows libraries, I'm guessing that the library search paths are off.
Is it a bug?
I have checked if others have reported this already
Current Behavior
The
cargo build --release
command is executed and the following error is provided during the building ofmullvad-daemon
:Expected Behavior
The build is successful and the program runs faultlessly.
Steps to Reproduce
BuildInstructions.md
file.Failure Logs
No response
Operating system version
Windows 11 arm64
Mullvad VPN app version
No response
Additional Information
No response