Correct order of libs returned on pkg-config --libs --static libsecp256k1 call.

This commit is contained in:
Phillip Mienk 2018-10-22 17:24:45 -07:00
parent 1086fda4c1
commit 89a20a8945
1 changed files with 1 additions and 1 deletions

View File

@ -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@