diff --git a/.travis.yml b/.travis.yml index 09eb7699..77c69019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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