Tools: use define for define rather than default...

This commit is contained in:
Peter Barker 2022-01-07 14:38:04 +11:00 committed by Andrew Tridgell
parent 7f2d95900d
commit fb94cc4092

View File

@ -12,7 +12,7 @@ class Feature:
self.label = label self.label = label
self.define = define self.define = define
self.description = description self.description = description
self.define = default self.default = default
self.dependency = dependency self.dependency = dependency
# list of build options to offer # list of build options to offer