mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Remove if DISABLED not if not DISABLED...
llvm-svn: 99343
This commit is contained in:
parent
a9eb6a6987
commit
a33116ece2
@ -54,7 +54,7 @@ ifeq ($(filter $(TARGETS_TO_BUILD), X86),)
|
||||
endif
|
||||
|
||||
# Don't build edis if we explicitly disabled it.
|
||||
ifneq ($(DISABLE_EDIS),1)
|
||||
ifeq ($(DISABLE_EDIS),1)
|
||||
PARALLEL_DIRS := $(filter-out edis, $(PARALLEL_DIRS))
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user