Add path to env.sh

This commit is contained in:
Michael Vines 2019-05-24 09:55:54 -07:00
parent 8eac199e8b
commit 45642c4da1
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [[ ! -d target/perf-libs ]]; then
echo "Downloaded solana-perf version: $(cat solana-perf-HEAD.txt)"
fi
cat > env.sh <<'EOF'
cat > target/perf-libs/env.sh <<'EOF'
SOLANA_PERF_LIBS="$(dirname "${BASH_SOURCE[0]}")"
if [[ -r "$SOLANA_PERF_LIBS"/solana-perf-CUDA_HOME.txt ]]; then