diff options
Diffstat (limited to 'cmake/toolchains')
-rwxr-xr-x | cmake/toolchains/i686-w64-mingw32-wine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/toolchains/i686-w64-mingw32-wine b/cmake/toolchains/i686-w64-mingw32-wine index 65b4aad..6f67c68 100755 --- a/cmake/toolchains/i686-w64-mingw32-wine +++ b/cmake/toolchains/i686-w64-mingw32-wine @@ -2,6 +2,6 @@ toolchain=i686-w64-mingw32 prefix=/usr/$toolchain export WINEPREFIX=$HOME/.wine-$toolchain -export WINEPATH=$prefix/bin +export WINEPATH="${WINEPATH:+${WINEPATH};}$prefix/bin" export WINEARCH=win32 exec /usr/bin/wine "$@" |