Skip to content

Commit

Permalink
fix wscript for 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Nov 15, 2011
1 parent e72cbf4 commit 580f446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Expand Up @@ -12,6 +12,7 @@ def configure(ctx):
ctx.env.PATH.append(join(ctx.cwd, "node_modules", "coffee-script", "bin"))
ctx.find_program("coffee", var="COFFEE", path_list=ctx.env.PATH)
ctx.env.ARGS = "-co"
ctx.env.set_variant("default")


def build(ctx):
Expand Down

0 comments on commit 580f446

Please sign in to comment.