From d8f3b7d21195d49c9d6cdef36c8a0f080b885a8c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Mar 2021 09:26:19 +0100 Subject: [PATCH] - fix PATH --- make/environment-build.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/environment-build.mk b/make/environment-build.mk index fef30722..7afe06ef 100644 --- a/make/environment-build.mk +++ b/make/environment-build.mk @@ -182,6 +182,9 @@ GNU_HOST_NAME := $(shell support/gnuconfig/config.guess) # search path(s) for all prerequisites VPATH = $(DEPS_DIR) $(HOST_DEPS_DIR) +# Quotes are needed for spaces and all in the original PATH content. +PATH := "$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(CROSS_DIR)/bin:$(PATH)" + # ----------------------------------------------------------------------------- PKG_CONFIG = $(HOST_DIR)/bin/$(TARGET)-pkg-config