From cac9bbe481d5b35c04c3716571cd8653d461b1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 28 Jul 2017 20:08:34 +0200 Subject: [PATCH] Fix issues in install.sh --- scripts/linux/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/linux/install.sh b/scripts/linux/install.sh index 880c0e949f..5695fd992f 100755 --- a/scripts/linux/install.sh +++ b/scripts/linux/install.sh @@ -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