[Libreoffice-commits] .: basegfx/Module_basegfx.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jul 25 11:05:33 PDT 2011


 basegfx/Module_basegfx.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 9392ab1732e721a9e0914f1859066f61349c1257
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jul 25 21:03:33 2011 +0300

    Don't bother with StaticLibrary_basegfx_s for iOS
    
    We only build statitc libraries for iOS anyway.

diff --git a/basegfx/Module_basegfx.mk b/basegfx/Module_basegfx.mk
index ba276e0..403bbd2 100644
--- a/basegfx/Module_basegfx.mk
+++ b/basegfx/Module_basegfx.mk
@@ -30,8 +30,13 @@ $(eval $(call gb_Module_Module,basegfx))
 $(eval $(call gb_Module_add_targets,basegfx,\
 	Library_basegfx \
 	Package_inc \
+))
+
+ifneq ($(OS),IOS)
+$(eval $(call gb_Module_add_targets,basegfx,\
 	StaticLibrary_basegfx_s \
 ))
+endif
 
 $(eval $(call gb_Module_add_check_targets,basegfx,\
 	CppunitTest_basegfx \


More information about the Libreoffice-commits mailing list