mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-21 10:19:08 +00:00
Correct order of libs returned on pkg-config --libs --static libsecp256k1 call.
This commit is contained in:
parent
1086fda4c1
commit
89a20a8945
@ -8,6 +8,6 @@ Description: Optimized C library for EC operations on curve secp256k1
|
||||
URL: https://github.com/bitcoin-core/secp256k1
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs.private: @SECP_LIBS@
|
||||
Libs: -L${libdir} -lsecp256k1
|
||||
Libs.private: @SECP_LIBS@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user