We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e0816 commit d6146d3Copy full SHA for d6146d3
patches/libxml2-windows-icu.patch
@@ -1,5 +1,5 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index f15095ff..9c760806 100644
+index 327c2a42..26ccfabf 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -362,7 +362,7 @@ endif()
@@ -11,6 +11,14 @@ index f15095ff..9c760806 100644
11
list(APPEND XML_PRIVATE_LIBS "${ICU_LDFLAGS}")
12
pkg_check_modules(ICU_PC IMPORTED_TARGET icu-uc)
13
if(ICU_PC_FOUND)
14
+@@ -416,7 +416,6 @@ set_target_properties(
15
+ IMPORT_PREFIX lib
16
+ OUTPUT_NAME xml2
17
+ POSITION_INDEPENDENT_CODE ON
18
+- PREFIX lib
19
+ VERSION ${PROJECT_VERSION}
20
+ SOVERSION ${LIBXML_SOVERSION}
21
+ )
22
diff --git a/encoding.c b/encoding.c
23
index a90694f5..a0b9a9c1 100644
24
--- a/encoding.c
0 commit comments