code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
468 stars 64 forks source link

Arm64 support mac #107

Closed Dozer1170 closed 2 years ago

Dozer1170 commented 2 years ago

This PR adds arm64 support to the mac binaries. buildmac.sh now builds x86_64 and arm64 then uses lipo to combine them into a fat dylib with slices for both architectures. Verified on an x86_64 macbook and an M1 macbook.

AlrikG commented 2 years ago

It would be cool if we can use GitHub actions to automatically build new binaries

code-disaster commented 2 years ago

Thanks a lot! Merged into master (but without the binaries, that's why this PR doesn't show as merged).