Try to correctly build the manifest this time.

This commit is contained in:
David Given
2023-10-27 21:28:47 +01:00
parent 0dbce00fe4
commit 1122344016
3 changed files with 42 additions and 40 deletions

View File

@@ -71,6 +71,8 @@ def findsources(name, srcs, deps, cflags, filerule):
for f in filenamesof(s)
if f.endswith(".c") or f.endswith(".cc") or f.endswith(".cpp")
]
if any(f.endswith(".o") for f in filenamesof(s)):
objs += [s]
return objs