Fix for opencollada building in install_deps.sh script.

Stick to rev c89cf095c40aa2a518b1104c448825eacc92d174 of opencollada repo, next commit breaks API and prevent blender from building anymore... :(
This commit is contained in:
Bastien Montagne 2013-03-23 17:28:24 +00:00
parent 224c7a273a
commit d9eadf442e

@ -1064,7 +1064,11 @@ compile_OpenCOLLADA() {
cd $_src
# XXX For now, always update from latest repo...
git pull origin
git pull origin master
# XXX We have to stick to this revision, the next one introduced a change to ExtraHandler' parseElement signature :/
git checkout c89cf095c40aa2a518b1104c448825eacc92d174
git reset --hard
# Always refresh the whole build!
if [ -d build ]; then