Do Package_xml also for iOS so that packimages doesn't fail

This commit is contained in:
Tor Lillqvist
2012-02-02 18:12:02 +02:00
parent aa5404b92f
commit 6ab3556b44

View File

@@ -33,9 +33,12 @@ ifneq (IOS,$(OS))
$(eval $(call gb_Module_add_targets,basctl,\
AllLangResTarget_basctl \
Library_basctl \
Package_xml \
))
endif
$(eval $(call gb_Module_add_targets,basctl,\
Package_xml \
))
# vim: set noet sw=4 ts=4: