mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-12 21:22:14 +00:00
Workaround Travis-CI MinGW builds failing with new cURL
This commit is contained in:
parent
e07ffa715c
commit
8ebb600f62
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ env:
|
||||||
- CC=gcc USE_CODEC_VORBIS=1 USE_FREETYPE=1
|
- CC=gcc USE_CODEC_VORBIS=1 USE_FREETYPE=1
|
||||||
- CC=clang USE_CODEC_VORBIS=1 USE_FREETYPE=1
|
- CC=clang USE_CODEC_VORBIS=1 USE_FREETYPE=1
|
||||||
# cross-compile using mingw
|
# cross-compile using mingw
|
||||||
- CC= PLATFORM="mingw32" ARCH="x86"
|
# dlopen curl to workaround link error because mingw-w64 in trusty is missing strtok_r required by libcurl.a
|
||||||
- CC= PLATFORM="mingw32" ARCH="x86_64"
|
- CC= PLATFORM="mingw32" ARCH="x86" USE_CURL_DLOPEN=1
|
||||||
|
- CC= PLATFORM="mingw32" ARCH="x86_64" USE_CURL_DLOPEN=1
|
||||||
|
|
||||||
script: ./travis-ci-build.sh
|
script: ./travis-ci-build.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue