Test with SFML 2.3 on macOS to make certain the version remains supported

0.8
Bruno Van de Velde 2017-07-10 23:51:10 +02:00
parent 7f715e9173
commit 8d9e05cef5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set -e
mkdir build
export SFML_VERSION=2.4.0
export SFML_VERSION=2.3.2
export SFML_ROOT=$HOME/SFML_OSX
if [[ ! -d "$SFML_ROOT/lib" ]]; then