From ddcb6e6e3ec40d59790bae93c7646a7fcc7b14e7 Mon Sep 17 00:00:00 2001 From: Chris Coulson Date: Sun, 5 Jul 2020 15:06:52 +0100 Subject: [PATCH] u-make-tests-work-without-rpath Forwarded: TODO Gbp-Pq: Name u-make-tests-work-without-rpath.patch --- .../run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile index 3fc483aa7e..f23c1498d4 100644 --- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile @@ -1,2 +1,6 @@ +include ../tools.mk + +RUSTC := $(RUSTC_ORIGINAL) + all: - python3 test.py + $(HOST_RPATH_ENV) python3 test.py -- 2.30.2