aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Williamson <fundies@users.noreply.github.com>2020-02-29 01:26:29 -0500
committerGitHub <noreply@github.com>2020-02-28 22:26:29 -0800
commit9e7db0ccba92829b6c3d4a08a0bbb6fcaaa208b4 (patch)
tree8298b5b4e0e001aa0e6dcb6ce4e55ee3374cd1d1
parent12caf950f8d5bbb0fdf1c5f4c676722f72199fa0 (diff)
downloadvcpkg-9e7db0ccba92829b6c3d4a08a0bbb6fcaaa208b4.tar.gz
vcpkg-9e7db0ccba92829b6c3d4a08a0bbb6fcaaa208b4.zip
[pugixml] Fix debug library name (#10134)
* Fix debug library name * use option * Update CONTROL
-rw-r--r--ports/pugixml/CONTROL2
-rw-r--r--ports/pugixml/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/pugixml/CONTROL b/ports/pugixml/CONTROL
index 3e791759b..154d17954 100644
--- a/ports/pugixml/CONTROL
+++ b/ports/pugixml/CONTROL
@@ -1,4 +1,4 @@
Source: pugixml
-Version: 1.10
+Version: 1.10-1
Homepage: https://github.com/zeux/pugixml
Description: C++ XML processing library
diff --git a/ports/pugixml/portfile.cmake b/ports/pugixml/portfile.cmake
index e1ce0976d..f037e674a 100644
--- a/ports/pugixml/portfile.cmake
+++ b/ports/pugixml/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ OPTIONS -DUSE_POSTFIX=ON
)
vcpkg_install_cmake()