From 656c8754abc6678e5efcaa1fec1dcac0a01ca54c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 May 2017 17:49:54 +0200 Subject: sal,external: remove checks for obsolete VCVER=120 Change-Id: I4d32b7c4b2e545a8d979bc516f64cfcbf66ecd07 --- sal/Module_sal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index fe9523a7a6e2..745339944bc9 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sal,\ $(eval $(call gb_Module_add_check_targets,sal,\ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \ - $(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \ + CppunitTest_sal_osl_security \ CppunitTest_sal_osl \ CppunitTest_sal_rtl \ CppunitTest_sal_types \ -- cgit