Fix issues in install.sh

This commit is contained in:
Michał Janiszewski 2017-07-28 20:08:34 +02:00 committed by Michał Janiszewski
parent 489ee9bd4f
commit cac9bbe481
1 changed files with 0 additions and 6 deletions

View File

@ -7,9 +7,6 @@ then
exit 1
fi
SDL2_PV=2.0.3
SDL2_TTF_PV=2.0.12
cachedir=.cache
if [[ $(uname -s) == "Darwin" ]]; then
liburl=https://openrct2.website/files/orctlibs-osx.zip
@ -20,9 +17,6 @@ mkdir -p "$cachedir"
# Sets default target to "ubuntu_amd64", if none specified
TARGET=${TARGET-ubuntu_amd64}
# keep in sync with version in build.sh
libversion=3
libVFile="./libversion"
function has_cmd {
command -v "$1" >/dev/null 2>&1