fix for win where config file extends PATH

This commit is contained in:
2021-07-09 15:03:40 +02:00
parent d78fa95333
commit 0b93ef2440
+1 -1
View File
@@ -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: