Kaydet (Commit) 898f54e7 authored tarafından Matúš Kukan's avatar Matúš Kukan

Revert "gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON"

This reverts commit 34061bf6.
gb_PYTHON was moved again in dec68c66.
üst 7cafe7ee
......@@ -216,7 +216,7 @@ else ifeq ($(DISABLE_PYTHON),TRUE)
gb_PYTHON := python
else
gb_PYTHONTARGET := $(call gb_Executable_get_target_for_build,python)
gb_PYTHON = $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
endif
ifneq (,$(SYSTEM_UCPP))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment