Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 19, 2024
1 parent d236508 commit fb846c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def setup(self, edam):
commands.append([cmd] + options + ["-work", lib] + fnames)
if has_vlog:
depfiles += include_files
self.commands.add(commands, [lib], depfiles)
self.commands.add(commands, [lib + "/AN.DB"], depfiles)

self.edam = edam.copy()
self.edam["files"] = unused_files
Expand All @@ -149,7 +149,7 @@ def setup(self, edam):
+ self.tool_options.get("vcs_options", [])
+ parameters,
[self.name],
list(libs.keys()) + user_files,
[x + "/AN.DB" for x in libs.keys()] + user_files,
)

# FIXME plusargs
Expand Down

0 comments on commit fb846c1

Please sign in to comment.