woodser / monero-java

Java library for using Monero
https://woodser.github.io/monero-java/javadocs/
MIT License
106 stars 39 forks source link

Build Universal macOS binaries #106

Open preland opened 4 months ago

preland commented 4 months ago

This PR uses the x86 and Arm binaries generated in this PR for monero-cpp to then generate x86 and Arm binaries for monero-java, which are then combined using the x86_64-apple-darwin11-lipo binary generated from the macOS x86 cross-compiler. This has been tested on Debian 12; results will likely vary on other platforms.

This PR is intended to resolve woodser/monero-java#81, pursuant to haveno-dex/haveno#843. It is reliant on woodser/monero-cpp#65 being merged.