Skip to content

Commit ff28f24

Browse files
committed
Pass -C rpath
1 parent b57a09d commit ff28f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VPATH := %VPATH%
1212
RUSTC ?= rustc
1313
RUST_DIRS := -L . -L $(VPATH)/rust-phf/phf/target -L $(VPATH)/rust-phf/phf_mac/target
1414

15-
RUSTC_CMD := $(RUSTC) -D warnings $(RUST_DIRS) $(RUSTFLAGS)
15+
RUSTC_CMD := $(RUSTC) -D warnings -C rpath $(RUST_DIRS) $(RUSTFLAGS)
1616

1717
# Hack to make sure the build fails if rustc --print-file-name does
1818
crate_name = $$(shell $$(RUSTC) --print-file-name $(1) || echo rustc_crate_name_failed)

0 commit comments

Comments
 (0)