summarylogtreecommitdiffstats
path: root/amdspv.sh
blob: fe615f11d3ee42b546a419a433876fb9c36f93e6 (plain)
1
2
3
4
5
6
#!/bin/sh

# This script just sets up LD_LIBRARY_PATH to the location of
# the script so that amdspv can find spvgen.so next to it
PATH=$(readlink -f $(dirname "${0}"))
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${PATH}" "${PATH}"/amdspv "${@}"