Skip to content

Commit 89a20a8

Browse files
committed
Correct order of libs returned on pkg-config --libs --static libsecp256k1 call.
1 parent 1086fda commit 89a20a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsecp256k1.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Description: Optimized C library for EC operations on curve secp256k1
88
URL: https://github.com/bitcoin-core/secp256k1
99
Version: @PACKAGE_VERSION@
1010
Cflags: -I${includedir}
11-
Libs.private: @SECP_LIBS@
1211
Libs: -L${libdir} -lsecp256k1
12+
Libs.private: @SECP_LIBS@
1313

0 commit comments

Comments
 (0)