From e43e96343d7397ce270127224c54a0cf1767b25a Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 8 Jan 2015 16:47:15 +0000 Subject: [PATCH] Revert "If one compiler fails, try another." This reverts commit 660001dce93be41b85d5d1e92d4a6afa5de2db33. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12127 d7cf8633-e32d-0410-b094-e92efae38249 --- .travis-before_install-xonotic.sh | 2 ++ .travis-script-xonotic.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis-before_install-xonotic.sh b/.travis-before_install-xonotic.sh index 9cfae9eb..982de6d8 100755 --- a/.travis-before_install-xonotic.sh +++ b/.travis-before_install-xonotic.sh @@ -46,6 +46,8 @@ for os in "$@"; do ) ;; win32) + sudo apt-get install -y \ + mingw-w64 mingw32- mingw32-binutils- ;; win64) sudo apt-get install -y \ diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index 7c814c8c..72f8dc08 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -62,8 +62,8 @@ for os in "$@"; do DP_MAKE_TARGET=mingw UNAME=MINGW32 WIN32RELEASE=1 - CC="i586-mingw32msvc-gcc -g1 -Wl,--dynamicbase -Wl,--nxcompat -mstackrealign -I../../../${deps}/include -L../../../${deps}/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" - WINDRES="i586-mingw32msvc-windres" + CC="i686-w64-mingw32-gcc -g1 -Wl,--dynamicbase -Wl,--nxcompat -mstackrealign -I../../../${deps}/include -L../../../${deps}/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" + WINDRES="i686-w64-mingw32-windres" SDL_CONFIG="../../../${deps}/bin/sdl2-config" DP_LINK_CRYPTO=dlopen DP_LINK_CRYPTO_RIJNDAEL=dlopen -- 2.39.2