Fix detection of win32 triple
This will hopefully fix the win32 nightlies.
This commit is contained in:
parent
af3889f697
commit
12cb0bfcf4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -306,7 +306,7 @@ case $CFG_OSTYPE in
|
|||
# instead, msys defines $MSYSTEM which is MINGW32 on i686 and
|
||||
# MINGW64 on x86_64.
|
||||
CFG_CPUTYPE=i686
|
||||
CFG_OSTYPE=pc-mingw32
|
||||
CFG_OSTYPE=w64-mingw32
|
||||
if [ "$MSYSTEM" = MINGW64 ]
|
||||
then
|
||||
CFG_CPUTYPE=x86_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue