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 Jan 22, 2022
1 parent e3a6f47 commit 31800c2
Showing 1 changed file with 3 additions and 1 deletion.
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 31800c2

Please sign in to comment.