Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 6, 2024
1 parent f346dd7 commit e1229fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ def setup(self, edam):
workdir = lib + suffix
self.workdirs.append(workdir)
i += 1
commands.append()
if has_vlog:
depfiles += include_files
self.commands.add(
[cmd] + full64 + ["-f", f_file, "-work", workdir] + fnames,
# + ["||", "rm", "-rf", "lib", "&&", "false"],
[workdir + "/AN.DB"],
depfiles + list(f_files.keys()),
)
Expand Down

0 comments on commit e1229fc

Please sign in to comment.