diff --git a/build/build.sh b/build/build.sh index 3c455e8..f7f210d 100755 --- a/build/build.sh +++ b/build/build.sh @@ -17,9 +17,6 @@ git clone --depth 1 https://github.com/TheBrokenRail/irrlicht.git -b desktop-tou # Configure Irrlicht cd lib/irrlichtmt -# Include PR #61 -wget -O - https://github.com/minetest/irrlicht/pull/61.patch | patch -p1 - disable_feature() { sed -i "s/^#define $1.*\$//g" include/IrrCompileConfig.h }