Use sdl2.

This commit is contained in:
matham 2016-01-09 15:27:17 -05:00
parent 7ce63d9328
commit b9ac0652e9
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ before_script:
export PYTHONPATH=$PYTHONPATH:$(pwd); export PYTHONPATH=$PYTHONPATH:$(pwd);
fi; fi;
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
export USE_SDL2=1;
export CC=clang; export CC=clang;
export CXX=clang; export CXX=clang;
export FFLAGS=-ff2c; export FFLAGS=-ff2c;