aboutsummaryrefslogtreecommitdiff
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 774dc5a..46aac6e 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -251,7 +251,7 @@ def run(options):
return 0
save = False
- if len(options.cmd_line_options) > 0:
+ if options.cmd_line_options:
c.set_options(options.cmd_line_options)
coredata.update_cmd_line_file(builddir, options)
save = True