Fix dump-ice-to-disk
and short-ice
tests when librustc-driver is dynamically linked
This commit is contained in:
parent
b14fd2359f
commit
3670bf1820
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ include ../tools.mk
|
|||
# ignore-windows
|
||||
|
||||
export RUSTC := $(RUSTC_ORIGINAL)
|
||||
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
|
||||
export TMPDIR := $(TMPDIR)
|
||||
|
||||
all:
|
||||
|
|
|
@ -3,6 +3,7 @@ include ../tools.mk
|
|||
# ignore-windows
|
||||
|
||||
export RUSTC := $(RUSTC_ORIGINAL)
|
||||
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
|
||||
export TMPDIR := $(TMPDIR)
|
||||
|
||||
all:
|
||||
|
|
Loading…
Add table
Reference in a new issue