From 51149806f890e8181c016713cff30bc0c9c06450 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 9 Apr 2013 09:22:20 +0200 Subject: rename expat external to 'expat' expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89 --- shell/StaticLibrary_xmlparser.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/StaticLibrary_xmlparser.mk') diff --git a/shell/StaticLibrary_xmlparser.mk b/shell/StaticLibrary_xmlparser.mk index d329c005aaaa..17b743d12d3c 100644 --- a/shell/StaticLibrary_xmlparser.mk +++ b/shell/StaticLibrary_xmlparser.mk @@ -33,7 +33,7 @@ $(eval $(call gb_StaticLibrary_set_include,shell_xmlparser,\ )) $(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser,\ - expat_utf8 \ + expat \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,shell_xmlparser,\ -- cgit