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.
1 parent b57a09d commit ff28f24Copy full SHA for ff28f24
Makefile.in
@@ -12,7 +12,7 @@ VPATH := %VPATH%
12
RUSTC ?= rustc
13
RUST_DIRS := -L . -L $(VPATH)/rust-phf/phf/target -L $(VPATH)/rust-phf/phf_mac/target
14
15
-RUSTC_CMD := $(RUSTC) -D warnings $(RUST_DIRS) $(RUSTFLAGS)
+RUSTC_CMD := $(RUSTC) -D warnings -C rpath $(RUST_DIRS) $(RUSTFLAGS)
16
17
# Hack to make sure the build fails if rustc --print-file-name does
18
crate_name = $$(shell $$(RUSTC) --print-file-name $(1) || echo rustc_crate_name_failed)
0 commit comments