Skip to content

Commit

Permalink
Whoops, use the right asset base to make CDN hosting work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
aduros committed Sep 24, 2012
1 parent a47b7b0 commit 4a5b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/waf/flambe.py
Expand Up @@ -77,7 +77,7 @@ def apply_flambe(ctx):
if ctx.asset_base != None:
flags += [
"--macro",
"addMetadata(\"@asset_base('%s')\", \"flambe.asset.Manifest\")" % ctx.asset_base,
"addMetadata(\"@assetBase('%s')\", \"flambe.asset.Manifest\")" % ctx.asset_base,
]

if build_flash:
Expand Down

0 comments on commit 4a5b5b0

Please sign in to comment.