GrappleRobotics / libgrapplefrc

Grapple's FRC Vendor Library
Other
3 stars 2 forks source link

Properly build universal macOS binaries #3

Closed ThadHouse closed 9 months ago

ThadHouse commented 9 months ago

2 adds grabbing the arm64 binaries. Additionally, rust can build on arm64 targeting aarch64-apple-darwin.

To build universal binaries, you build the 2 binaries, and then you zip them together with lipo. That is what would then get placed in the maven artifact.

ThadHouse commented 9 months ago

Closed by #2