build script fixes, pt 2

metadata
Wenzel Jakob 2011-08-14 22:57:53 -04:00
parent 1578f240a1
commit 2b0045af7c
1 changed files with 2 additions and 2 deletions

View File

@ -246,10 +246,10 @@ if versionMismatch:
print '$ hg update -r v%s\n' % depVersion
print 'in the Mitsuba directory, or by running\n'
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)
env = conf.Finish()
dist = GetOption('dist') != None