Always use llvm-native's include, as llvm-docker has no include

This commit is contained in:
Michael Vines 2018-12-02 20:29:19 -08:00 committed by Grimes
parent 9b5368d0ec
commit b405deb55a
1 changed files with 1 additions and 1 deletions

View File

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