summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-05-22 00:52:11 +0200
committersfan5 <sfan5@live.de>2022-05-23 22:50:58 +0200
commit16a30556dfa8e27c82d026bd63467f82d2e37a1c (patch)
treefe05c2eecb7c438dd16e6f83648dcc3e79b45d7f /util
parent5daafc9d336d3f946854874e56a38ae9ac130811 (diff)
downloadminetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.tar.gz
minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.tar.bz2
minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.zip
Formally drop support for building with upstream Irrlicht
It stopped working with (at least) the last commit.
Diffstat (limited to 'util')
-rw-r--r--util/ci/common.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/ci/common.sh b/util/ci/common.sh
index 16327ec30..27034b4fb 100644
--- a/util/ci/common.sh
+++ b/util/ci/common.sh
@@ -9,9 +9,6 @@ install_linux_deps() {
if [[ "$1" == "--no-irr" ]]; then
shift
- elif [[ "$1" == "--old-irr" ]]; then
- shift
- pkgs+=(libirrlicht-dev)
else
wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt6/ubuntu-bionic.tar.gz"
sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local