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
Resolve Windows ARM64 build by adding missing socket libraries
Add ws2_32, crypt32, and iphlpapi link libraries to the ARM64
toolchain file, matching the x64 configuration. Also improve
build logging for easier debugging.
Changes:
- Add Windows socket libraries to linker flags
- Add libevent include directory
- Save cmake and make logs for debugging
- Copy logs to output directory
0 commit comments