travis-ci: test building 3rd party lib dependencies

This commit is contained in:
Thomas Bernard
2018-02-19 01:16:35 +01:00
parent 3149d04110
commit 156656c51a
5 changed files with 161 additions and 5 deletions

11
3rdparty/SDL-1.2.15.patch vendored Normal file
View File

@@ -0,0 +1,11 @@
--- SDL-1.2.15.orig/Makefile 2018-02-18 22:58:20.779552000 +0100
+++ SDL-1.2.15/Makefile 2018-02-18 22:58:27.229780000 +0100
@@ -1,7 +1,7 @@
#
# Makefile for installing the Mingw32 version of the SDL library
-CROSS_PATH := /usr/local/cross-tools/i686-w64-mingw32
+CROSS_PATH ?= /usr/local/cross-tools/i686-w64-mingw32
all:
@echo "Type \"make native\" to install to /usr"