aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()