mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Try to correctly build the manifest this time.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user