diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-14 20:45:51 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-15 11:35:58 +0100 |
commit | 9a72eb0fa485359c1c6738f212677d60313fd9ac (patch) | |
tree | 4a1bc61e5d881d2bd2b36611142b81d65baefd43 /sax | |
parent | 70527511fac91d81f59f79b216a391d547f28d1d (diff) |
sax: no obvious reason why expwrap should use expat_utf16
Change-Id: Id2d476c4fc13ccfb501ef920f75e2a95a7ce3734
Diffstat (limited to 'sax')
-rw-r--r-- | sax/Library_expwrap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk index a6ac2f972f7d..cdd9afacb353 100644 --- a/sax/Library_expwrap.mk +++ b/sax/Library_expwrap.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Library_set_include,expwrap,\ $(eval $(call gb_Library_use_sdk_api,expwrap)) $(eval $(call gb_Library_use_externals,expwrap,\ - expat_utf16 \ + expat_utf8 \ )) $(eval $(call gb_Library_use_libraries,expwrap,\ |