Skip to content

Commit 0e9ada1

Browse files
committed
Merge bitcoin#567: Correct order of libs returned on pkg-config --libs --static libsecp2…
89a20a8 Correct order of libs returned on pkg-config --libs --static libsecp256k1 call. (Phillip Mienk) Pull request description: …56k1 call. Tree-SHA512: 095f5e71837e63a2bb6e9cf04cabe7f1ec55cf0fc32b44c80a89c232efb7d74bf0f148a8cd29f9fa2999f02bbc638d9a086ffd50888aab6f9fd5db74e37ae4d4
2 parents e96901a + 89a20a8 commit 0e9ada1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsecp256k1.pc.in

Lines changed: 1 addition & 1 deletion
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)