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
netty-incubator-codec-quic currently does not provide any build for Windows arm64, even though it does provides ones for Linux and macOS arm64.
Having tried to compile boringssl for Windows arm64, it seems their CMakeLists.txt needs a patch to replace the ASM language by ARM_MARMASM for Windows arm64, since CMake needs special support for Microsoft's ARM64 assembler.
Providing such builds would enable the e4mc Minecraft mod to work on this platform, as well as any other project using this library.
Hello,
netty-incubator-codec-quic currently does not provide any build for Windows arm64, even though it does provides ones for Linux and macOS arm64.
Having tried to compile boringssl for Windows arm64, it seems their CMakeLists.txt needs a patch to replace the ASM language by ARM_MARMASM for Windows arm64, since CMake needs special support for Microsoft's ARM64 assembler.
Providing such builds would enable the e4mc Minecraft mod to work on this platform, as well as any other project using this library.