Fix dump-ice-to-disk and short-ice tests when librustc-driver is dynamically linked

This commit is contained in:
Raoul Strackx 2023-07-20 14:31:56 +02:00
parent b14fd2359f
commit 3670bf1820
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ include ../tools.mk
# ignore-windows
export RUSTC := $(RUSTC_ORIGINAL)
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
export TMPDIR := $(TMPDIR)
all:

View File

@ -3,6 +3,7 @@ include ../tools.mk
# ignore-windows
export RUSTC := $(RUSTC_ORIGINAL)
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
export TMPDIR := $(TMPDIR)
all: