mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Build lldb-mi with autotools on Linux.
THe lldb-mi stuff was not being built on Linux with autotools. I only added Linux now as I have tested that it build fine on Linux. llvm-svn: 209117
This commit is contained in:
parent
6c039b3459
commit
31f56816af
@ -25,6 +25,10 @@ ifeq ($(HOST_OS),Darwin)
|
||||
DIRS += debugserver
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),Linux)
|
||||
DIRS += lldb-mi
|
||||
endif
|
||||
|
||||
DIRS += driver
|
||||
|
||||
include $(LLDB_LEVEL)/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user