mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Obvious mistake
This commit is contained in:
parent
3e08a19a56
commit
a76388b632
@ -295,7 +295,7 @@ class xcode(Build.BuildContext):
|
||||
group.add(tg.path, self.collect_source(tg))
|
||||
p.mainGroup.children.append(group)
|
||||
|
||||
if 'cprogram' or 'cxxprogram' in features:
|
||||
if ('cprogram' in features) or ('cxxprogram' in features):
|
||||
p.add_task_gen(tg)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user