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

Do build cppunittester and don't build osl_process_child for iOS

üst 9eb6527d
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
$(eval $(call gb_Module_Module,sal)) $(eval $(call gb_Module_Module,sal))
$(eval $(call gb_Module_add_targets,sal,\ $(eval $(call gb_Module_add_targets,sal,\
Executable_osl_process_child \ $(if $(filter $(OS),IOS),, \
$(if $(filter $(OS),IOS),,\ Executable_osl_process_child) \
Executable_cppunittester) \ Executable_cppunittester \
$(if $(filter $(OS),ANDROID), \ $(if $(filter $(OS),ANDROID), \
Library_lo-bootstrap) \ Library_lo-bootstrap) \
Library_sal \ Library_sal \
......
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