From 81cf9f5099ca159d703ecc9ed8882bd3d3d1b1e6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 20 Jan 2012 17:20:11 +0200 Subject: Bypass building BASIC and scripting related modules for iOS Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. --- basctl/Module_basctl.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'basctl') diff --git a/basctl/Module_basctl.mk b/basctl/Module_basctl.mk index 7ff2a7e117d8..22bf325712e8 100644 --- a/basctl/Module_basctl.mk +++ b/basctl/Module_basctl.mk @@ -28,10 +28,14 @@ $(eval $(call gb_Module_Module,basctl)) +ifneq (IOS,$(OS)) + $(eval $(call gb_Module_add_targets,basctl,\ AllLangResTarget_basctl \ Library_basctl \ Package_xml \ )) +endif + # vim: set noet sw=4 ts=4: -- cgit