2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00

Obvious mistake

This commit is contained in:
Thomas Nagy 2016-07-31 18:16:31 +02:00
parent 3e08a19a56
commit a76388b632
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -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)