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
143 stars 17 forks source link

Add MacOsX arm64 target to jnigen task #60

Closed chendler closed 1 year ago

chendler commented 1 year ago

Hello,

Would it be possible to add MacOSX arm64 build support?

Latest GitHub CI on macos-latest supports cross-compile. The only downside that it is not possible to run tests against arm version in CI.

PR for for issue #61

Interrupt commented 1 year ago

I'm also waiting for this support to be merged in. When built locally using an M1 Mac targeting arm64 it does seem to work correctly.

gudzpoz commented 1 year ago

Thanks for the PR! I am merging it now. But a new release shall wait until I set up a test flow for ARM platforms (probably by integrating external CI providers).