Force Irrlicht Version
This commit is contained in:
parent
a4376f1442
commit
aac4b2db6d
@ -1,10 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
IRRLICHT_VERSION='ab46f76665cd621aedc96f938169f3dfe8815154'
|
||||||
|
|
||||||
set -e
|
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
|
cd irrlicht
|
||||||
|
|
||||||
|
git checkout "${IRRLICHT_VERSION}"
|
||||||
|
|
||||||
dos2unix source/Irrlicht/CIrrDeviceLinux.cpp
|
dos2unix source/Irrlicht/CIrrDeviceLinux.cpp
|
||||||
dos2unix source/Irrlicht/Makefile
|
dos2unix source/Irrlicht/Makefile
|
||||||
dos2unix include/IrrCompileConfig.h
|
dos2unix include/IrrCompileConfig.h
|
||||||
|
Loading…
Reference in New Issue
Block a user