From b6f29b9ac53db7ecd8fdc31fd95052b4284eb60b Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 26 Aug 2021 17:07:11 -0400 Subject: [PATCH] #61 Was Merged --- build/build.sh | 3 --- 1 file changed, 3 deletions(-) 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 }