Workaround Travis-CI MinGW builds failing with new cURL

This commit is contained in:
Zack Middleton 2017-07-28 14:32:28 -05:00
parent e07ffa715c
commit 8ebb600f62
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ env:
- CC=gcc USE_CODEC_VORBIS=1 USE_FREETYPE=1
- CC=clang USE_CODEC_VORBIS=1 USE_FREETYPE=1
# cross-compile using mingw
- CC= PLATFORM="mingw32" ARCH="x86"
- CC= PLATFORM="mingw32" ARCH="x86_64"
# dlopen curl to workaround link error because mingw-w64 in trusty is missing strtok_r required by libcurl.a
- CC= PLATFORM="mingw32" ARCH="x86" USE_CURL_DLOPEN=1
- CC= PLATFORM="mingw32" ARCH="x86_64" USE_CURL_DLOPEN=1
script: ./travis-ci-build.sh