gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
122 stars 14 forks source link

Add windows arm build #172

Closed gudzpoz closed 1 month ago

gudzpoz commented 2 months ago

Is your feature request related to a problem? Please describe.

Now that jnigen adds Windows ARM64 support, it should be now possible to build for Windows ARM64.

Describe the solution you'd like

Build for Windows ARM64. This should not be a problem for most bindings. But for LuaJIT we might need to tweak the flags a bit.

gudzpoz commented 1 month ago

We probably will have to wait for https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build to get upstreamed.