build script fixes, pt 2
parent
1578f240a1
commit
2b0045af7c
|
@ -246,10 +246,10 @@ if versionMismatch:
|
||||||
print '$ hg update -r v%s\n' % depVersion
|
print '$ hg update -r v%s\n' % depVersion
|
||||||
print 'in the Mitsuba directory, or by running\n'
|
print 'in the Mitsuba directory, or by running\n'
|
||||||
print '$ cd dependencies'
|
print '$ cd dependencies'
|
||||||
print '$ hg pull && hg update -r v%s\n' % MTS_VERSION
|
print '$ hg pull'
|
||||||
|
print '$ hg update -r v%s\n' % MTS_VERSION
|
||||||
Exit(1)
|
Exit(1)
|
||||||
|
|
||||||
|
|
||||||
env = conf.Finish()
|
env = conf.Finish()
|
||||||
|
|
||||||
dist = GetOption('dist') != None
|
dist = GetOption('dist') != None
|
||||||
|
|
Loading…
Reference in New Issue