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 Nov 3, 2019
1 parent 7d03f0f commit 9434eff
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:
python2.7 test.py
env '$(HOST_RPATH_ENV)' python2.7 test.py

0 comments on commit 9434eff

Please sign in to comment.