From 0b93ef24404d739aff0af24a1915727f05229d78 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 9 Jul 2021 14:45:55 +0200 Subject: [PATCH] fix for win where config file extends PATH --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 1cd5c9b..08c482f 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -472,7 +472,7 @@ install build: %: @true -else ifeq ($(shell which $(firstword ${CC})),) +else ifeq ($(shell PATH=$(PATH) which $(firstword ${CC})),) install% build%: build install build: