Let EmuHawk pick up the shipped libblip_buf; packaging it is too hard
This commit is contained in:
parent
dd93c232b9
commit
0714376afe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue