Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 19, 2024
1 parent 886afe3 commit f959778
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 @@ -146,7 +146,7 @@ def setup(self, edam):
depfiles += include_files
libdepfiles = []
for l in libdeps.get(lib, []):
if files:
if fnames:
libdepfiles.append(l+"/AN.DB/make.vlogan")
else:
print("No files. Skipping")
Expand Down

0 comments on commit f959778

Please sign in to comment.