From 8e957691f7fd2419f3da631d088ed2608466c1f2 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 22 Dec 2020 15:41:26 -0500 Subject: [PATCH] Fix OGLES1 --- build/build-irrlicht.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/build-irrlicht.sh b/build/build-irrlicht.sh index 065e492..b22dc92 100755 --- a/build/build-irrlicht.sh +++ b/build/build-irrlicht.sh @@ -10,8 +10,10 @@ cd irrlicht dos2unix source/Irrlicht/CIrrDeviceLinux.cpp dos2unix source/Irrlicht/Makefile dos2unix include/IrrCompileConfig.h +dos2unix source/Irrlicht/COGLESCommon.h wget -O - https://sourceforge.net/p/irrlicht/patches/_discuss/thread/97431334ce/5686/30b0/attachment/multitouch-and-phosh-fix-and-libpng-fix.patch | patch -p1 +wget -O - https://sourceforge.net/p/irrlicht/patches/_discuss/thread/97431334ce/5686/30b0/ad44/attachment/fix-gles-header.patch | patch -p1 disable_feature() { sed -i "s/^#define $1.*$//g" include/IrrCompileConfig.h