herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
452 stars 152 forks source link

shared libraries should be linked to their dependencies #41

Closed infinity0 closed 5 years ago

infinity0 commented 5 years ago

Otherwise, the build fails when another project wants to link only to mcl (but not directly to ssl/crypto/gmp/gmpxx because it doesn't directly use them).