clang tweaking
This commit is contained in:
parent
e8ae99c70f
commit
9e118ab0a4
1 changed files with 1 additions and 1 deletions
2
mk/re.mk
2
mk/re.mk
|
@ -732,7 +732,7 @@ splint-test:
|
|||
# Clang section
|
||||
#
|
||||
|
||||
CLANG_OPTIONS := -I$(LIBRE_INC) $(CFLAGS)
|
||||
CLANG_OPTIONS := -Iinclude -I$(LIBRE_INC) $(CFLAGS)
|
||||
CLANG_IGNORE :=
|
||||
CLANG_SRCS += $(filter-out $(CLANG_IGNORE), $(patsubst %,src/%,$(SRCS)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue