Browse Source

respect HOST_PATH

Waldemar Brodkorb 9 years ago
parent
commit
6804d331bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/vars.mk

+ 1 - 1
mk/vars.mk

@@ -411,7 +411,7 @@ QUIET:=
 else
 QUIET:=			--quiet
 endif
-FETCH_CMD?=		wget --timeout=$(ADK_WGET_TIMEOUT) -t 3 --no-check-certificate $(QUIET)
+FETCH_CMD?=		PATH='${HOST_PATH}' wget --timeout=$(ADK_WGET_TIMEOUT) -t 3 --no-check-certificate $(QUIET)
 
 ifeq ($(ADK_HOST_CYGWIN),y)
 EXEEXT:=		.exe