[scripts] Fix library path

This commit is contained in:
Florian Dehau 2017-10-30 22:30:21 +01:00
parent 53d0001547
commit 1c0bddd9bc

View file

@ -5,5 +5,6 @@ set -eu
make build
make test
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
export LD_LIBRARY_PATH=$(rustc +nightly --print sysroot)/lib:$LD_LIBRARY_PATH
make lint
fi