From 1ea166153b0dafba9a7483748e0b7851c3b27fd9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 29 Mar 2012 07:28:23 +0300 Subject: No CppunitTest_sal_osl_process for iOS either --- sal/Module_sal.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index ad64c852b690..e70512232f0f 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -54,7 +54,8 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_security \ CppunitTest_sal_osl_thread \ - CppunitTest_sal_osl_process \ + $(if $(filter $(OS),IOS),, \ + CppunitTest_sal_osl_process) \ CppunitTest_sal_rtl_alloc \ CppunitTest_sal_rtl_cipher \ CppunitTest_sal_rtl_crc32 \ -- cgit