In socInstaller, force rapidjson into an earlier state.

This commit is contained in:
Jean-Paul Chaput 2016-02-21 12:34:10 +01:00
parent 208412a22c
commit 4f709c8cae
1 changed files with 2 additions and 0 deletions

View File

@ -421,6 +421,8 @@ try:
for gitSupport in gitSupports:
if conf.rmSource: gitSupport.removeLocalRepo()
gitSupport.clone()
if gitSupport.url.endswith('rapidjson'):
gitSupport.checkout( 'a1c4f32' )
if conf.rmSource: gitCoriolis.removeLocalRepo()
gitCoriolis.clone ()