#61 Was Merged
Minetest-For-Mobile/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2021-08-26 17:07:11 -04:00
parent 8d19b09cb1
commit b6f29b9ac5
1 changed files with 0 additions and 3 deletions

View File

@ -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
}