Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.35k stars 287 forks source link

Add native support for Apple Silicon #343

Closed nuntipat closed 3 years ago

nuntipat commented 3 years ago

This pull request updates the Makefile and add logic to differentiate Intel and Apple Silicon Mac. The native library was built using gcc (Apple clang version 12.0.0) that comes with the Apple Command Line Tools. Tested on Mac mini M1 with ARM64 Liberica OpenJDK.