diff options
author | sfan5 <sfan5@live.de> | 2022-05-22 00:52:11 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-23 22:50:58 +0200 |
commit | 16a30556dfa8e27c82d026bd63467f82d2e37a1c (patch) | |
tree | fe05c2eecb7c438dd16e6f83648dcc3e79b45d7f /util/ci | |
parent | 5daafc9d336d3f946854874e56a38ae9ac130811 (diff) | |
download | minetest-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/ci')
-rw-r--r-- | util/ci/common.sh | 3 |
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 |