summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-21 17:07:56 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-21 17:07:56 +0300
commit22274468ef27ae8651f8ea8805611bf39758b9d5 (patch)
treef60fce9f0d5dc48c973100c3cf47acb7eb544275
parent9ab9d22f820831e16551f90105edaea5319c528e (diff)
Test $(DEBUG) for being non-empty instead of "1" (which it is not)
Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a
-rw-r--r--external/libxml2/libxml2-icu.patch.02
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-icu.patch.0 b/external/libxml2/libxml2-icu.patch.0
index f33e2612b01c..a0ab10424642 100644
--- a/external/libxml2/libxml2-icu.patch.0
+++ b/external/libxml2/libxml2-icu.patch.0
@@ -22,7 +22,7 @@ diff -up win32/Makefile.msvc.dt win32/Makefile.msvc
!endif
!if "$(WITH_ICU)" == "1"
-LIBS = $(LIBS) icu.lib
-+!if "$(DEBUG)" == "1"
++!if "$(DEBUG)" != ""
+LIBS = $(LIBS) icuind.lib icuucd.lib icudtd.lib
+!else
+LIBS = $(LIBS) icuin.lib icuuc.lib icudt.lib