Add LLD to the dependencies
This commit is contained in:
parent
a522fd233a
commit
eea6603fa1
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
.SILENT:
|
||||
.NOTPARALLEL:
|
||||
|
||||
EXECUTABLES = clang gcc uuid rsync
|
||||
EXECUTABLES = clang gcc uuid rsync lld
|
||||
DEPENDENCIES := $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec) 2> /dev/null),X,$(error "No '$(exec)' in PATH, please install it and restart octopus !")))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user