summaryrefslogtreecommitdiffstats
path: root/waftools/features.py
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/features.py')
-rw-r--r--waftools/features.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/waftools/features.py b/waftools/features.py
index 74c2483a48..abd29fc1fa 100644
--- a/waftools/features.py
+++ b/waftools/features.py
@@ -29,6 +29,7 @@ class Feature(object):
],
'enable': [
{'state': 'disable', 'action': 'store_false', 'default': True},
+ {'state': 'enable', 'action': 'store_true', 'default': True},
],
}[self.behaviour()]