]> Git Repo - secp256k1.git/commitdiff
Correct order of libs returned on pkg-config --libs --static libsecp256k1 call.
authorPhillip Mienk <[email protected]>
Tue, 23 Oct 2018 00:24:45 +0000 (17:24 -0700)
committerPhillip Mienk <[email protected]>
Tue, 23 Oct 2018 00:24:45 +0000 (17:24 -0700)
libsecp256k1.pc.in

index a0d006f1131f47d9bb80de6d425e38912e1258f0..694e98eef51ea7fe45317aa7f2ffbc9152f0ebe3 100644 (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@
 
This page took 0.023663 seconds and 4 git commands to generate.