Let EmuHawk pick up the shipped libblip_buf; packaging it is too hard

This commit is contained in:
YoshiRulz 2020-05-15 17:05:12 +10:00
parent dd93c232b9
commit 0714376afe
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ -z "$libpath" ]; then
printf "%s\n" "Unknown distro, assuming WINE library location is /usr/lib/wine..."
libpath="/usr/lib/wine"
fi
export LD_LIBRARY_PATH="$libpath"
export LD_LIBRARY_PATH="$PWD:$libpath"
if [ "$1" = "--mono-no-redirect" ]; then
shift
printf "(received --mono-no-redirect, stdout was not captured)\n" >EmuHawkMono_laststdout.txt