forked from OSchip/llvm-project
parent
cbaf73cd26
commit
7d4d379a00
|
@ -33,7 +33,7 @@ endif
|
|||
|
||||
# No support for lto / gold on windows targets
|
||||
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
|
||||
DIRS = $(filter-out lto gold, $(DIRS))
|
||||
DIRS := $(filter-out lto gold, $(DIRS))
|
||||
endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue