3rdparty: build SDL for unix systems (incl macOS)

travis-ci: enable build 3rdparty for MacOS
add patch for comiling SDL-1.2.15 under macOS
This commit is contained in:
Thomas Bernard
2019-01-22 16:46:16 +01:00
parent e5221ba8d6
commit 335db46911
4 changed files with 65 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ install:
script:
- 'cd $TRAVIS_BUILD_DIR'
- 'if [ "$WIN32CROSS" = "1" ] ; then make 3rdparty -j3 ; fi'
- 'if [ "$WIN32CROSS" = "1" ] || [ "$TRAVIS_OS_NAME" = "osx" ] ; then make 3rdparty -j3 ; fi'
- 'make -j3'
- 'make ziprelease'
- 'if [ "$WIN32CROSS" = "1" ] ; then make win32installer ; fi'