mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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=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
|
||||
|
||||
|
|
Loading…
Reference in a new issue