summaryrefslogtreecommitdiff
path: root/cook.py
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-01-23 18:32:13 +0100
committerAlejandro W. Sior <aho@sior.be>2023-01-23 18:32:13 +0100
commit05ff2da0c6881c90faa235436585ef443b17faa6 (patch)
treef83a19c8c276d58bc3abb28e64105885ba13cfb0 /cook.py
parentd0759d3282025f310ecd566c55dcf214b0cbb1b8 (diff)
cook: remove line
Diffstat (limited to 'cook.py')
-rwxr-xr-xcook.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cook.py b/cook.py
index 50957b2..9ff581a 100755
--- a/cook.py
+++ b/cook.py
@@ -231,7 +231,6 @@ class CC(Vec):
def gen(self, *args, extra_args = [], include_dirs = [], deps = [], **kwargs):
inputs = File.resolve(args)
-
deps = flatten(deps)
include_dirs += [d.include_dirs for d in deps if d.include_dirs]