Skip to content

Commit

Permalink
doh: fix 32-bit MSYSTEM detection: "MINGW32"
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15316 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 17, 2017
1 parent 9a66f38 commit ea8d8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32/MINGW_SETUP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if [ -z "$1" ]; then
if [ "$MSYSTEM" == "MINGW64" ]; then
export XPKG="mingw-w64-x86_64-"
elif [ "$MSYSTEM" == "MINGW64" ]; then
elif [ "$MSYSTEM" == "MINGW32" ]; then
export XPKG="mingw-w64-i686-"
else
echo "failed to detect msys platform, MSYSTEM=$MSYSTEM"
Expand Down

0 comments on commit ea8d8e3

Please sign in to comment.