mconf: print choices of base options

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
pull/2698/head
Eric Engestrom 7 years ago committed by Jussi Pakkanen
parent 91d8784a04
commit da2343fb5e
  1. 2
      mesonbuild/mconf.py

@ -184,7 +184,7 @@ class Conf:
coarr = []
for k in okeys:
o = self.coredata.base_options[k]
coarr.append({'name': k, 'descr': o.description, 'value': o.value, 'choices': ''})
coarr.append({'name': k, 'descr': o.description, 'value': o.value, 'choices': o.choices})
self.print_aligned(coarr)
print('')
print('Compiler arguments:')

Loading…
Cancel
Save