diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_osl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/CppunitTest_sal_osl.mk b/sal/CppunitTest_sal_osl.mk index 2e4b77509f56..b5e1b0658324 100644 --- a/sal/CppunitTest_sal_osl.mk +++ b/sal/CppunitTest_sal_osl.mk @@ -32,7 +32,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_osl,\ # the test uses the library created by Module_DLL $(call gb_CppunitTest_get_target,sal_osl) : \ - $(call gb_CppunitTest_get_target,Module_DLL) + $(call gb_LinkTarget_get_target,$(call gb_CppunitTest_get_linktarget,Module_DLL)) $(eval $(call gb_CppunitTest_use_executable,sal_osl,osl_process_child)) |