aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r--mesonbuild/mintro.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py
index 892770c..3c462c7 100644
--- a/mesonbuild/mintro.py
+++ b/mesonbuild/mintro.py
@@ -111,11 +111,11 @@ def list_target_files(target_name, coredata, builddata):
print(json.dumps(sources))
def list_buildoptions(coredata, builddata):
- buildtype= {'choices': ['plain', 'debug', 'debugoptimized', 'release', 'minsize'],
- 'type': 'combo',
- 'value': coredata.get_builtin_option('buildtype'),
- 'description': 'Build type',
- 'name': 'type'}
+ buildtype = {'choices': ['plain', 'debug', 'debugoptimized', 'release', 'minsize'],
+ 'type': 'combo',
+ 'value': coredata.get_builtin_option('buildtype'),
+ 'description': 'Build type',
+ 'name': 'type'}
strip = {'value': coredata.get_builtin_option('strip'),
'type': 'boolean',
'description': 'Strip on install',