summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-python3.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index d0baa3cdf..6a3beda8e 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -19,6 +19,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3) += host-python3
#
HOST_PYTHON3_DIR = $(HOST_BUILDDIR)/$(PYTHON3)
+HOSTPYTHON3 = $(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON3_MAJORMINOR)
+
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------