Test with SFML 2.3 on macOS to make certain the version remains supported
parent
7f715e9173
commit
8d9e05cef5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue