summaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 3a6343ba1..7c2270edc 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -240,7 +240,7 @@ class Conf:
printable_value = '<inherited from main project>'
if isinstance(o, options.UserFeatureOption) and o.is_auto():
printable_value = auto.printable_value()
- self.add_option(str(root), o.description, printable_value, o.choices)
+ self.add_option(str(root), o.description, printable_value, o.printable_choices())
def print_conf(self, pager: bool) -> None:
if pager: