diff --git a/build/build.sh b/build/build.sh index f7f210d..ede7b16 100755 --- a/build/build.sh +++ b/build/build.sh @@ -12,7 +12,7 @@ git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest DEB_VERSION="$(git describe --tags --dirty)" # Clone Irrlicht -git clone --depth 1 https://github.com/TheBrokenRail/irrlicht.git -b desktop-touch lib/irrlichtmt +git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt # Configure Irrlicht cd lib/irrlichtmt