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
|
URL: https://github.com/bitcoin-core/secp256k1
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs.private: @SECP_LIBS@
|
|
||||||
Libs: -L${libdir} -lsecp256k1
|
Libs: -L${libdir} -lsecp256k1
|
||||||
|
Libs.private: @SECP_LIBS@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue