]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - util/ci/common.sh
Formally drop support for building with upstream Irrlicht
[dragonfireclient.git] / util / ci / common.sh
index 16327ec308fd75b1b4dfcf1a230611240bbc6ba3..27034b4fbcac196933305b5f6023aafcf169eb8c 100644 (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