1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Formally drop support for building with upstream Irrlicht

It stopped working with (at least) the last commit.
This commit is contained in:
sfan5 2022-05-22 00:52:11 +02:00
parent 5daafc9d33
commit 16a30556df
5 changed files with 14 additions and 26 deletions

View file

@ -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