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_shlxthandler_common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/StaticLibrary_shlxthandler_common.mk') diff --git a/shell/StaticLibrary_shlxthandler_common.mk b/shell/StaticLibrary_shlxthandler_common.mk index 5d5f7bd89226..d16f71d0878e 100644 --- a/shell/StaticLibrary_shlxthandler_common.mk +++ b/shell/StaticLibrary_shlxthandler_common.mk @@ -47,7 +47,7 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\ )) $(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common,\ - expat_utf8 \ + expat \ zlib \ )) -- cgit