mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
12 lines
429 B
Diff
12 lines
429 B
Diff
diff --git a/htslib.pc.in b/htslib.pc.in
|
|
index d969d6b..fdeeba9 100644
|
|
--- a/htslib.pc.in
|
|
+++ b/htslib.pc.in
|
|
@@ -11,5 +11,5 @@ Description: C library for high-throughput sequencing data formats
|
|
Version: @-PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lhts
|
|
-Libs.private: -L${libdir} @private_LIBS@ -lhts -lm -lpthread
|
|
+Libs.private: -L${libdir} @private_LIBS@ -lm -lpthread
|
|
Requires.private: zlib @pc_requires@
|