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

No mork on non-desktop OSes

Change-Id: Ic9391a020915cdb794434d8728bad1bd64dd20c8
üst aa1927dc
...@@ -130,7 +130,7 @@ $(eval $(call gb_Module_add_targets,connectivity,\ ...@@ -130,7 +130,7 @@ $(eval $(call gb_Module_add_targets,connectivity,\
)) ))
endif endif
else ifneq ($(filter-out ANDROID IOS,$(OS)),) else ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
Configuration_mork \ Configuration_mork \
...@@ -149,10 +149,14 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\ ...@@ -149,10 +149,14 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\
endif endif
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_check_targets,connectivity,\ $(eval $(call gb_Module_add_check_targets,connectivity,\
CppunitTest_connectivity_mork \ CppunitTest_connectivity_mork \
)) ))
endif endif
endif
# 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