mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 17:41:59 +00:00
13 lines
345 B
Diff
13 lines
345 B
Diff
Author: Chris Coulson <chris.coulson@canonical.com>
|
|
Forwarded: TODO
|
|
--- 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
|