Always use llvm-native's include, as llvm-docker has no include
This commit is contained in:
parent
9b5368d0ec
commit
b405deb55a
|
@ -29,7 +29,7 @@ endif
|
|||
|
||||
SYSTEM_INC_DIRS := \
|
||||
$(LOCAL_PATH)inc \
|
||||
$(LLVM_DIR)lib/clang/8.0.0/include \
|
||||
$(LOCAL_PATH)llvm-native/lib/clang/8.0.0/include \
|
||||
|
||||
C_FLAGS := \
|
||||
-Werror \
|
||||
|
|
Loading…
Reference in New Issue