Fixed the build script so it correctly calls HelpIndexer on OS X 10.5

This commit is contained in:
Virgil Dupras 2010-01-13 16:18:13 +01:00
parent 492c577184
commit 787c5d2189
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def main():
if ui == 'cocoa':
if not dev:
print "Building help index"
os.system('open /Developer/Applications/Utilities/Help\\ Indexer.app --args {0}'.format(help_destpath))
os.system('open -a /Developer/Applications/Utilities/Help\\ Indexer.app {0}'.format(help_destpath))
print "Building dg_cocoa.plugin"
if op.exists('build'):