Port packaging to AMBuild 2 (bug 5997 part 6, r=ds).

This commit is contained in:
David Anderson
2013-12-30 17:50:59 -05:00
parent 9c19f6efb7
commit 75e622e879
16 changed files with 448 additions and 283 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def build_plugin(script_path, smx_file):
smx_file
]
argv = spcomp_argv + [script_path]
cmd_entry, smx_entry = builder.AddCommand(
cmd_entry, (smx_entry,) = builder.AddCommand(
inputs = inputs,
argv = argv,
outputs = outputs,