summaryrefslogtreecommitdiff
path: root/filter/CustomTarget_svg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filter/CustomTarget_svg.mk')
-rw-r--r--filter/CustomTarget_svg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/CustomTarget_svg.mk b/filter/CustomTarget_svg.mk
index 1b374ff6969a..461907e93907 100644
--- a/filter/CustomTarget_svg.mk
+++ b/filter/CustomTarget_svg.mk
@@ -59,12 +59,12 @@ $(filter_GEN_svg_Tokens_cxx) : $(filter_GEN_svg_Tokens_gperf)
> $(filter_GEN_svg_Tokens_cxx))
$(filter_GEN_svg_Script_hxx) : \
- $(gb_PYTHONTARGET) \
+ $(call gb_ExternalExecutable_get_deps,python) \
$(filter_SRC_svg_PresentationEngine) $(filter_SRC_svg_Js2Hxx) \
| $(filter_SVGWORK)/.dir
$(call gb_Output_announce,$@,build,PY ,1)
$(call gb_Helper_abbreviate_dirs, \
- $(gb_PYTHON) $(filter_SRC_svg_Js2Hxx) \
+ $(call gb_ExternalExecutable_get_command,python) $(filter_SRC_svg_Js2Hxx) \
$(filter_SRC_svg_PresentationEngine) \
$(filter_GEN_svg_Script_hxx))