diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-14 20:59:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-15 11:35:58 +0100 |
commit | 40d9a584bbafebd5ef10af4b69cad10e142981bd (patch) | |
tree | dcdbf627b63fef3165ffef79b0de574f7c8df1d6 /helpcompiler | |
parent | 9a72eb0fa485359c1c6738f212677d60313fd9ac (diff) |
helpcompiler: evidently does not care that it uses UTF16 expat
... seeing as there isn't actually a handler in the compileExtensionHelp
function; possibly dead code there.
Change-Id: I96b3edff6be2d58d0c1852eb1043547c33e97c3a
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/Library_helplinker.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk index d22693d1b228..405ad80d4fa4 100644 --- a/helpcompiler/Library_helplinker.mk +++ b/helpcompiler/Library_helplinker.mk @@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,helplinker,\ )) $(eval $(call gb_Library_use_externals,helplinker,\ - expat_utf16 \ + expat_utf8 \ libxslt \ libxml2 \ clucene \ |