Add LLD to the dependencies

This commit is contained in:
Samuel Aubertin
2022-01-23 20:00:32 +01:00
parent a522fd233a
commit eea6603fa1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 !")))