solenv/Module_solenv.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c829489cbbc93d6418ec20a398d6eb33a0110860
Author: Tor Lillqvist <[email protected]>
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:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to