winewrapper: In 64 bit trees the loader is called wine64.

oldstable
Francois Gouget 2014-09-02 16:52:37 +02:00 committed by Alexandre Julliard
parent 43be238331
commit 12aa347e12
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ if [ -x "$topdir/loader/$name" ]
then WINELOADER="$topdir/loader/$name"
elif [ -x "$topdir/loader/wine" ]
then WINELOADER="$topdir/loader/wine"
elif [ -x "$topdir/loader/wine64" ]
then WINELOADER="$topdir/loader/wine64"
else
echo "$name: could not find the Wine loader in $topdir"
exit 1