mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fix incorrect setting of a couple of variables in last change
This commit is contained in:
parent
9115af78c6
commit
04ce555693
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue