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:
Eric Christopher
2014-11-04 23:30:30 +00:00
parent 6d10178ba3
commit 8b1bea8aee

View File

@@ -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