diff options
-rw-r--r-- | sal/Module_sal.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 1260afd7f5d5..42a2124cd4bc 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -47,7 +47,8 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_Module_DLL \ CppunitTest_sal_bytesequence \ CppunitTest_sal_osl_condition \ - CppunitTest_sal_osl_file \ + $(if $(filter $(OS),WNT),, \ + CppunitTest_sal_osl_file) \ CppunitTest_sal_osl_module \ CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_security \ |