mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
Use an environment variable instead of what's in the make cmd goals.
llvm-svn: 164992
This commit is contained in:
parent
548e9a3e61
commit
7e5ef83cdb
@ -27,7 +27,7 @@ ifeq ($(MAKECMDGOALS),libs-only)
|
||||
DIRS := $(filter-out tools docs, $(DIRS))
|
||||
OPTIONAL_DIRS :=
|
||||
endif
|
||||
ifeq ($(MAKECMDGOALS),clang-only)
|
||||
ifeq ($(BUILD_CLANG_ONLY),YES)
|
||||
DIRS := $(filter-out tools docs unittests, $(DIRS))
|
||||
tools/driver tools/libclang
|
||||
OPTIONAL_DIRS :=
|
||||
|
Loading…
Reference in New Issue
Block a user