From f07f0dcaec6d8672ac0076f3d5955f9c22ffe8e4 Mon Sep 17 00:00:00 2001 From: Chris Coulson Date: Tue, 29 Mar 2022 12:23:46 +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 1e267fb957..ac46c24e64 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: - '$(PYTHON)' test.py + $(HOST_RPATH_ENV) '$(PYTHON)' test.py -- 2.30.2