Commit 12aa347e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 43be2383
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment