In socInstaller, force rapidjson into an earlier state.
This commit is contained in:
parent
208412a22c
commit
4f709c8cae
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue