Force Irrlicht Version

This commit is contained in:
TheBrokenRail 2020-12-21 11:04:21 -05:00
parent a4376f1442
commit aac4b2db6d
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
#!/bin/sh
IRRLICHT_VERSION='ab46f76665cd621aedc96f938169f3dfe8815154'
set -e
git clone --depth 1 https://github.com/zaki/irrlicht.git -b ogl-es
git clone https://github.com/zaki/irrlicht.git -b ogl-es
cd irrlicht
git checkout "${IRRLICHT_VERSION}"
dos2unix source/Irrlicht/CIrrDeviceLinux.cpp
dos2unix source/Irrlicht/Makefile
dos2unix include/IrrCompileConfig.h