summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_cjk.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/CppunitTest_vcl_cjk.mk')
-rw-r--r--vcl/CppunitTest_vcl_cjk.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/CppunitTest_vcl_cjk.mk b/vcl/CppunitTest_vcl_cjk.mk
index 8da3e5da4019..ea2d70a35cd6 100644
--- a/vcl/CppunitTest_vcl_cjk.mk
+++ b/vcl/CppunitTest_vcl_cjk.mk
@@ -64,8 +64,6 @@ $(eval $(call gb_CppunitTest_use_more_fonts,vcl_cjk))
# we don't have any bundled cjk fonts, so allow use of
# system fonts for the cjk tests, tests have to survive
# unavailable fonts
-$(call gb_CppunitTest_get_target,vcl_cjk): \
- EXTRA_ENV_VARS := \
- SAL_NON_APPLICATION_FONT_USE=allow
+$(eval $(call gb_CppunitTest_set_non_application_font_use,vcl_cjk,allow))
# vim: set noet sw=4 ts=4: