From d9eadf442e9f6574cbece6917916b9f7c4c7dc5e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 23 Mar 2013 17:28:24 +0000 Subject: 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... :( --- build_files/build_environment/install_deps.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index a11c4136280..81a12dbf910 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -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 -- cgit v1.2.3