summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-05-28 11:30:06 +0300
committerTor Lillqvist <tml@iki.fi>2012-05-28 11:39:41 +0300
commitc829489cbbc93d6418ec20a398d6eb33a0110860 (patch)
treeb37ed9ef5c10381ec2dac4afa7fba0e3cc3fd224 /solenv
parent96541d7d30af1e6c5131a57ae7518b873cdc9543 (diff)
No point in the gdb stuff for iOS, and it breaks the build even
Change-Id: Iebb6fede055f274d66aa09344b911913d5cb9882
Diffstat (limited to 'solenv')
-rw-r--r--solenv/Module_solenv.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 136d78bb6e28..ff55cc0e539e 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -33,10 +33,12 @@ $(eval $(call gb_Module_add_targets,solenv,\
))
ifeq ($(GUI),UNX)
+ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,solenv,\
CustomTarget_gdb \
Package_gdb \
))
endif
+endif
# vim: set shiftwidth=4 tabstop=4 noexpandtab: