Przeglądaj źródła

include: export staging_dir/host/bin path from within host.mk (#18957)

We need to do that to pickup the prereq-build prepared symlinks for auxillary
operations like metadata scanning.

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 44378
Jo-Philipp Wich 11 lat temu
rodzic
commit
6205e3324d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      include/host.mk

+ 2 - 0
include/host.mk

@@ -13,6 +13,8 @@ endif
 ifneq ($(__host_inc),1)
 __host_inc:=1
 
+export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH)
+
 try-run = $(shell set -e; \
 	TMP_F="$(TMP_DIR)/try-run.$$$$.tmp"; \
 	if ($(1)) >/dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi; \