Skip to content

Commit 663ddca

Browse files
committed
Update WINEPATH for Trusty.
1 parent 9ecfeb0 commit 663ddca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runwine.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ else
1010
export WINEPREFIX=${HOME}/.wine/
1111
WINE=wine
1212
fi
13-
export WINEPATH=/usr/lib/gcc/${PLATFORM}-w64-mingw32/4.6/
13+
export WINEPATH=/usr/lib/gcc/${PLATFORM}-w64-mingw32/4.8/;/usr/${PLATFORM}-w64-mingw32/lib
1414

1515
exec ${WINE} $@

0 commit comments

Comments
 (0)