Open galderz opened 3 years ago
Actually, the odd thing here is that one should be able to pass in NativeLinkerOption
but that's ignored in the linker (or compiler?) calls that JNIRegistrationSupport
does when making shimDLLs. That's ignored because there's not really linker being invoked, but the compiler via CCompilerInvoker
?
@christianwimmer please advice
See https://github.com/quarkusio/quarkus/issues/20681
Unless 32 bit is supported,
JNIRegistrationAWTSupport
should add/MACHINE:X64
to the linker invocation.