diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-19 11:24:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-19 11:26:37 +0100 |
commit | 233610f1245685a3f27cf9633c93568bd1d300da (patch) | |
tree | 885f6c8b9693ba4dde5bf4350d9a309bbb4dac8d /RepositoryExternal.mk | |
parent | 38cf887abd4b8a0280917e31aa27632f4f341b9a (diff) |
gbuild: More crude hacking to fix over-evaluation of gb_Python_PRECOMMAND
...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over-
evaluation in gb_ExternalExecutable__set_internal"
Change-Id: I3d5859bd3437cc050250e66d723d3dee3056ef46
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index a1fbcda267d4..809a1103874e 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3491,7 +3491,7 @@ $(call gb_ExternalExecutable_add_dependencies,python,$(call gb_GeneratedPackage_ else $(call gb_ExternalExecutable_set_internal,python,$(INSTROOT)/$(LIBO_BIN_FOLDER)/$(if $(filter WNT,$(OS)),python-core-$(PYTHON_VERSION)/bin/python.exe,python.bin)) -$(call gb_ExternalExecutable_set_precommand,python,$(gb_Python_PRECOMMAND)) +$(call gb_ExternalExecutable_set_precommand,python,$(subst $$,$$$$,$(gb_Python_PRECOMMAND))) $(call gb_ExternalExecutable_add_dependencies,python,$(call gb_Package_get_target_for_build,python3)) endif |