Fix incorrect setting of a couple of variables in last change

This commit is contained in:
Richard Frith-Macdonald 2021-02-26 08:49:07 +00:00
parent 9115af78c6
commit 04ce555693
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -4430,8 +4430,8 @@ case $host_os in
# we convert the triplet back to the standard form.
host_vendor=pc
host_os=mingw64
MINGW32=yes
MINGW64=no
MINGW32=no
MINGW64=yes
else
MINGW32=yes
MINGW64=no

View file

@ -145,8 +145,8 @@ case $host_os in
# we convert the triplet back to the standard form.
host_vendor=pc
host_os=mingw64
MINGW32=yes
MINGW64=no
MINGW32=no
MINGW64=yes
else
MINGW32=yes
MINGW64=no