summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_bugfix_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/CppunitTest_sc_bugfix_test.mk')
-rw-r--r--sc/CppunitTest_sc_bugfix_test.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
index 3b89413b5da9..813e0c9b4bad 100644
--- a/sc/CppunitTest_sc_bugfix_test.mk
+++ b/sc/CppunitTest_sc_bugfix_test.mk
@@ -120,4 +120,11 @@ $(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
+ifeq ($(OS),WNT)
+# gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable
+$(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
+ $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
+))
+endif
+
# vim: set noet sw=4 ts=4: