We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
long-linker-command-lines
rust.rpath=false
1 parent 4d4bb49 commit f25809dCopy full SHA for f25809d
tests/run-make/long-linker-command-lines/Makefile
@@ -1,6 +1,8 @@
1
# ignore-cross-compile
2
include ../tools.mk
3
4
+export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
5
+
6
all:
7
$(RUSTC) foo.rs -g -O
8
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)
0 commit comments