]> git.lizzy.rs Git - rust.git/commitdiff
Fixed makefile to point to the new llvm build directory.
authorVadim Chugunov <vadimcn@gmail.com>
Fri, 6 Sep 2013 06:18:18 +0000 (23:18 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Fri, 6 Sep 2013 06:44:10 +0000 (23:44 -0700)
mk/rustllvm.mk

index 8c3bf4e05b934e68d82ced050d6ec8a61ed82f32..b543926a4f35008660fa85f9831420253bed7297 100644 (file)
@@ -19,7 +19,7 @@ define DEF_RUSTLLVM_TARGETS
 # llvm, but using it straight out of the build directory)
 ifdef CFG_WINDOWSY_$(1)
 LLVM_EXTRA_INCDIRS_$(1)= -iquote $(S)src/llvm/include \
-                         -iquote llvm/$(1)/include
+                         -iquote $$(CFG_LLVM_BUILD_DIR_$(1))/include
 endif
 
 RUSTLLVM_OBJS_CS_$(1) := $$(addprefix rustllvm/, RustWrapper.cpp PassWrapper.cpp)