Skip to content

Commit fdc22ef

Browse files
committed
Add llvmext/include to the list of include directories to hopefully put out the burning tinderbox
1 parent 57c2fa9 commit fdc22ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ SUPPORT_CS := llvmext/Object.cpp
314314

315315
SUPPORT_HDR := llvmext/include/llvm-c/Object.h
316316

317-
SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR)
317+
SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR) -iquote llvmext/include
318318
SUPPORT_OBJS := $(SUPPORT_CS:.cpp=.o)
319319
SUPPORT_LIBS := $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS)
320320

0 commit comments

Comments
 (0)