Skip to content

Commit

Permalink
Correct order of libs returned on pkg-config --libs --static libsecp2…
Browse files Browse the repository at this point in the history
…56k1 call.
  • Loading branch information
pmienk committed Oct 23, 2018
1 parent 1086fda commit 89a20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsecp256k1.pc.in
Expand Up @@ -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@

0 comments on commit 89a20a8

Please sign in to comment.