Avoid building lldb-mi when --enable-werror is set
as it doesn't build and is optional. llvm-svn: 221315
This commit is contained in:
parent
6d10178ba3
commit
8b1bea8aee
@ -25,7 +25,10 @@ ifeq ($(HOST_OS),Darwin)
|
||||
DIRS += debugserver
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_WERROR),0)
|
||||
DIRS += lldb-mi
|
||||
endif
|
||||
|
||||
DIRS += driver
|
||||
|
||||
include $(LLDB_LEVEL)/Makefile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user