mirror of https://github.com/kivy/kivy.git
Use sdl2.
This commit is contained in:
parent
7ce63d9328
commit
b9ac0652e9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue