forked from epics_driver_modules/require
fix for win where config file extends PATH
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user