Skip to content

Commit

Permalink
Revert to lower versions of mingwrt and w32api as per mingw recommend…
Browse files Browse the repository at this point in the history
…ations

Attention: you should remove the installed versions of both packages
           before rerunning the installer script the next time !
           you can do so with these commands in your msys shell:
           mingw-get.exe remove mingwrt
           mingw-get.exe remove w32api
  • Loading branch information
gjanssens committed Sep 9, 2014
1 parent 9229575 commit e67f94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion defaults.sh
Expand Up @@ -106,8 +106,9 @@ set_default MINGW_MPC_VERSION "1.0.1-2"
set_default MINGW_MPFR_VERSION "3.1.2-2"
set_default MINGW_PEXPORTS_VERSION "0.46"
set_default MINGW_PTHREAD_W32_VERSION "2.9.1-1"
set_default MINGW_RT_VERSION "4.0.3-1"
set_default MINGW_RT_VERSION "3.20-2"
set_default MINGW_ZLIB_VERSION "1.2.8-1"
set_default MINGW_W32API_VERSION "3.17-2"
set_default MINGW_MAKE_VERSION "3.82-5"

if [ "$CROSS_COMPILE" != yes ]; then
Expand Down
2 changes: 1 addition & 1 deletion install-impl.sh
Expand Up @@ -149,7 +149,7 @@ function inst_mingw() {

# Win32 runtime and api
mingw_smart_get mingw32-mingwrt-dev ${MINGW_RT_VERSION}
mingw_smart_get mingw32-w32api-dev ${MINGW_RT_VERSION}
mingw_smart_get mingw32-w32api-dev ${MINGW_W32API_VERSION}
# GCC/G++ dependencies
mingw_smart_get mingw32-libgmp-dll ${MINGW_GMP_VERSION}
mingw_smart_get mingw32-libmpfr-dll ${MINGW_MPFR_VERSION}
Expand Down

0 comments on commit e67f94d

Please sign in to comment.