Kaydet (Commit) a925b72d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Do deliver headers also for iOS even if we don't build the libs

üst 5cf4a008
...@@ -33,7 +33,6 @@ ifneq (IOS,$(OS)) ...@@ -33,7 +33,6 @@ ifneq (IOS,$(OS))
$(eval $(call gb_Module_add_targets,basic,\ $(eval $(call gb_Module_add_targets,basic,\
AllLangResTarget_sb \ AllLangResTarget_sb \
Library_sb \ Library_sb \
Package_inc \
)) ))
$(eval $(call gb_Module_add_check_targets,basic,\ $(eval $(call gb_Module_add_check_targets,basic,\
...@@ -42,4 +41,8 @@ $(eval $(call gb_Module_add_check_targets,basic,\ ...@@ -42,4 +41,8 @@ $(eval $(call gb_Module_add_check_targets,basic,\
endif endif
$(eval $(call gb_Module_add_targets,basic,\
Package_inc \
))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -34,7 +34,6 @@ ifneq (IOS,$(OS)) ...@@ -34,7 +34,6 @@ ifneq (IOS,$(OS))
$(eval $(call gb_Module_add_targets,vbahelper,\ $(eval $(call gb_Module_add_targets,vbahelper,\
Library_vbahelper \ Library_vbahelper \
Library_msforms \ Library_msforms \
Package_inc \
)) ))
# add any runtime tests (unit tests) here # add any runtime tests (unit tests) here
...@@ -48,4 +47,8 @@ $(eval $(call gb_Module_add_targets,vbahelper,\ ...@@ -48,4 +47,8 @@ $(eval $(call gb_Module_add_targets,vbahelper,\
endif endif
$(eval $(call gb_Module_add_targets,vbahelper,\
Package_inc \
))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment