We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9298af7 + d4ebe83 commit d39cec6Copy full SHA for d39cec6
mk/rustllvm.mk
@@ -19,7 +19,7 @@ define DEF_RUSTLLVM_TARGETS
19
# llvm, but using it straight out of the build directory)
20
ifdef CFG_WINDOWSY_$(1)
21
LLVM_EXTRA_INCDIRS_$(1)= -iquote $(S)src/llvm/include \
22
- -iquote llvm/$(1)/include
+ -iquote $$(CFG_LLVM_BUILD_DIR_$(1))/include
23
endif
24
25
RUSTLLVM_OBJS_CS_$(1) := $$(addprefix rustllvm/, RustWrapper.cpp PassWrapper.cpp)
0 commit comments