]> Git Repo - secp256k1.git/commit - Makefile.am
Fix build for 64bit field under OSX
authorPeter Dettman <[email protected]>
Sun, 26 Oct 2014 02:40:55 +0000 (09:40 +0700)
committerPeter Dettman <[email protected]>
Mon, 3 Nov 2014 02:50:05 +0000 (09:50 +0700)
commite2d66a2c62273c45b9ac3f2921d43f840f051179
tree01377e31cf4e8a8d1c4896ea3eec6e0b86a48aa4
parentb0295868f42122dbe578fe65b82ab3e5febc3753
Fix build for 64bit field under OSX

- caused by https://github.com/bitcoin/secp256k1/commit/8881212ebc43e67052ec06dec8beb459769fbab7
- OSX's ar tool doesn't work for empty archives ("ar: no archive members specified")
- introduce COMMON_LIB variable; leave empty when not using asm
Makefile.am
This page took 0.025403 seconds and 4 git commands to generate.