Remove use of the Dep API.

This is going away.
This commit is contained in:
David Anderson
2020-08-24 20:48:57 -07:00
parent 0bed34e0c7
commit 6e2c5a66b3
5 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def build_plugin(script_path, smx_file):
smx_file
]
argv = spcomp_argv + [script_path]
cmd_entry, (smx_entry,) = builder.AddCommand(
(smx_entry,) = builder.AddCommand(
inputs = inputs,
argv = argv,
outputs = outputs,