diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 18:20:13 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 18:20:13 -0800 |
| commit | fdc22ef1a1cef77dedb9c0429c746a81688a5979 (patch) | |
| tree | c902520adae74190d44defe9926930a751e79691 /src | |
| parent | Rename libsupport to librustllvm (diff) | |
| download | rust-fdc22ef1a1cef77dedb9c0429c746a81688a5979.tar.xz rust-fdc22ef1a1cef77dedb9c0429c746a81688a5979.zip | |
Add llvmext/include to the list of include directories to hopefully put out the burning tinderbox
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 47365a7c..43b66193 100644 --- a/src/Makefile +++ b/src/Makefile @@ -314,7 +314,7 @@ SUPPORT_CS := llvmext/Object.cpp SUPPORT_HDR := llvmext/include/llvm-c/Object.h -SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR) +SUPPORT_INCS := -iquote $(CFG_LLVM_INCDIR) -iquote llvmext/include SUPPORT_OBJS := $(SUPPORT_CS:.cpp=.o) SUPPORT_LIBS := $(CFG_LLVM_LDFLAGS) $(CFG_LLVM_LIBS) |