[Libreoffice-commits] .: solenv/Module_solenv.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Mon May 28 01:39:53 PDT 2012
solenv/Module_solenv.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c829489cbbc93d6418ec20a398d6eb33a0110860
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon May 28 11:30:06 2012 +0300
No point in the gdb stuff for iOS, and it breaks the build even
Change-Id: Iebb6fede055f274d66aa09344b911913d5cb9882
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index 136d78b..ff55cc0 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:
More information about the Libreoffice-commits
mailing list