Skip to content

Commit

Permalink
test/sysroot-crates-are-unstable: Fix test when rpath is disabled
Browse files Browse the repository at this point in the history
Without this environment var, the test can't run rustc to find
the sysroot path.
  • Loading branch information
smaeul committed Jun 24, 2024
1 parent 735a227 commit 6bac666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/run-make/sysroot-crates-are-unstable/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
-include ../tools.mk

all:
'$(PYTHON)' test.py
env '$(HOST_RPATH_ENV)' '$(PYTHON)' test.py

0 comments on commit 6bac666

Please sign in to comment.