From 6078d32763dc4441ce6e4772776a60b3c16688e5 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 15 Apr 2013 12:41:49 +0200 Subject: autoinstall more common libraries Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7 --- shell/Module_shell.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 0b4629935547..8fcd4b40739b 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Module_Module,shell)) $(eval $(call gb_Module_add_targets,shell,\ - Library_desktopbe \ + $(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \ Library_localebe \ )) -- cgit