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:
parent
5daafc9d33
commit
16a30556df
5 changed files with 14 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue