brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
710 stars 84 forks source link

Support Apple M1 #123

Closed changvvb closed 3 years ago

changvvb commented 3 years ago

Upgrade jna to support Apple M1. Ref https://github.com/java-native-access/jna/issues/1313

brettwooldridge commented 3 years ago

@changvvb Thanks for the patch.