Skip to content

Commit f25809d

Browse files
committed
fix long-linker-command-lines failure caused by rust.rpath=false
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4d4bb49 commit f25809d

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/long-linker-command-lines

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ignore-cross-compile
22
include ../tools.mk
33

4+
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
5+
46
all:
57
$(RUSTC) foo.rs -g -O
68
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)

0 commit comments

Comments
 (0)