mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
8d2a40f7c3
* [hdf5] update to 1.12.1 * version * Re-fix pkgconfig and szip, re-factory tool install, add feature utils * version * Fix debug lib name in pkgconfig files * Re-fix debug lib name in pkgconfig files, re-fix szip * Re-fix pkgconfig * version * Re-fix static szip, fix non-Windows installation * version * Apply suggestions * version * Apply suggestion * version
12 lines
462 B
Diff
12 lines
462 B
Diff
diff --git a/config/libhdf5.pc.in b/config/libhdf5.pc.in
|
|
index 4a2ebaa..3cb42d2 100644
|
|
--- a/config/libhdf5.pc.in
|
|
+++ b/config/libhdf5.pc.in
|
|
@@ -10,5 +10,5 @@ Version: @_PKG_CONFIG_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} @_PKG_CONFIG_SH_LIBS@
|
|
Requires: @_PKG_CONFIG_REQUIRES@
|
|
-Libs.private: @_PKG_CONFIG_LIBS_PRIVATE@ @_PKG_CONFIG_LIBS@
|
|
+Libs.private: @_PKG_CONFIG_LIBS@ @_PKG_CONFIG_LIBS_PRIVATE@
|
|
Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@
|