diff --git a/v2/build/property.py b/v2/build/property.py index 3c7aca405..ddbd50c46 100644 --- a/v2/build/property.py +++ b/v2/build/property.py @@ -160,7 +160,7 @@ def refine (properties, requirements): # Record them so that we can handle 'properties'. for r in requirements: # Don't consider conditional requirements. - if r.condition(): + if not r.condition(): required[r.feature()] = r for p in properties: