summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-01-04 14:18:49 +0100
committerMichael Stahl <mstahl@redhat.com>2017-01-04 15:08:29 +0000
commit45fca9b0d23f8a3bad6d6cdd2d8aedfd3ef6a21e (patch)
tree77fe9b7ec2bb1c4c74165b6aec59c79793931177 /solenv
parent377b8de39201b4f2b7f93f6a23f828a27e4ed2bc (diff)
gbuild: CppunitTest: export VCL_HIDE_WINDOWS
This currently has no effect and so the CppunitTest_cppcanvas_emfplus pops up an annoying window. (regression from 181932b31ea9c07a9bec3677e73b67a9a6d4e3f2) Change-Id: I26314d98f10f6b39ca1c28821ccd0de6ba2a4358 (cherry picked from commit bde8054e1801ffd2e4bcdb7b4d6ba08f5ceddd6a) Reviewed-on: https://gerrit.libreoffice.org/32726 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 95f5fbcd0e77..cc532305fd8d 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -100,7 +100,7 @@ $(call gb_CppunitTest_get_clean_target,%) :
$(call gb_CppunitTest_get_target,%) :| $(gb_CppunitTest_RUNTIMEDEPS)
$(call gb_Output_announce,$*,$(true),CUT,2)
$(call gb_Helper_abbreviate_dirs,\
- $(if $(gb_CppunitTest_vcl_hide_windows),VCL_HIDE_WINDOWS=1 && ) \
+ $(if $(gb_CppunitTest_vcl_hide_windows),export VCL_HIDE_WINDOWS=1 && ) \
$(if $(gb_CppunitTest_vcl_show_windows),unset VCL_HIDE_WINDOWS && ) \
mkdir -p $(dir $@) && \
rm -fr $@.user && mkdir $@.user && \