diff options
-rw-r--r-- | desktop/Module_desktop.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index c725a268721e..d74d40629a28 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -130,8 +130,10 @@ $(eval $(call gb_Module_add_check_targets,desktop, \ CppunitTest_desktop_version \ )) +ifeq ($(OS),LINUX) $(eval $(call gb_Module_add_check_targets,desktop, \ CppunitTest_desktop_lib \ )) +endif # vim: set ts=4 sw=4 et: |