nunchuk-io / tap-protocol

Coinkite Tap Protocol
MIT License
15 stars 4 forks source link

Fix libsecp256 not building for 64-bit Android on macOS #5

Closed PeteClubSeven closed 1 year ago

PeteClubSeven commented 1 year ago

Sorry about this, my previous PR (https://github.com/nunchuk-io/tap-protocol/pull/3) to fix 64-bit Android builds failing due to the path for the secp256 library broke macOS. On my Mac the libraries are always created under a "lib" folder, never a "lib64" folder. With this change both Linux and macOS should work when targeting Android.

giahuy98 commented 1 year ago

Thanks for the fix.