Skip to content

Commit

Permalink
fix rhino build
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 26, 2010
1 parent 66b213d commit 5f17715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/build.py
Expand Up @@ -69,5 +69,5 @@ def concat(base, src, outfile, atline=True, platform=None):

concat(os.path.expanduser(options.top),
os.path.expanduser(options.src),
os.path.expanduser(outfile), atline=True)
os.path.expanduser(outfile), atline=True, platform=options.platform)

0 comments on commit 5f17715

Please sign in to comment.