mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix dump-ice-to-disk
and short-ice
tests when librustc-driver is dynamically linked
This commit is contained in:
parent
b14fd2359f
commit
3670bf1820
@ -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…
Reference in New Issue
Block a user