diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-21 17:07:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-21 17:07:56 +0300 |
commit | 22274468ef27ae8651f8ea8805611bf39758b9d5 (patch) | |
tree | f60fce9f0d5dc48c973100c3cf47acb7eb544275 /external/libxml2 | |
parent | 9ab9d22f820831e16551f90105edaea5319c528e (diff) |
Test $(DEBUG) for being non-empty instead of "1" (which it is not)
Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a
Diffstat (limited to 'external/libxml2')
-rw-r--r-- | external/libxml2/libxml2-icu.patch.0 | 2 |
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 |