Don't bother with StaticLibrary_basegfx_s for iOS

We only build statitc libraries for iOS anyway.
This commit is contained in:
Tor Lillqvist
2011-07-25 21:03:33 +03:00
parent bd030a5777
commit 543389de93

View File

@@ -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 \