aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-11-07 10:28:20 +0200
committerGitHub <noreply@github.com>2018-11-07 10:28:20 +0200
commit996f07c546d6e82b0648a1d9f81d7474b1bec76e (patch)
treee9f6f8f58f605741ad578d01ab0d8708f75c235c /mesonbuild/mconf.py
parente921e38301a54b111c7606aa30d718c856140e47 (diff)
parenta173dbf7724b71771fac51e2fcf316b5bfa59848 (diff)
downloadmeson-996f07c546d6e82b0648a1d9f81d7474b1bec76e.zip
meson-996f07c546d6e82b0648a1d9f81d7474b1bec76e.tar.gz
meson-996f07c546d6e82b0648a1d9f81d7474b1bec76e.tar.bz2
Merge pull request #4356 from xclaesse/wipe
Add --wipe command line option
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 576c574..d0f837d 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -153,6 +153,7 @@ def run(options):
save = False
if len(options.cmd_line_options) > 0:
c.set_options(options.cmd_line_options)
+ coredata.update_cmd_line_file(builddir, options)
save = True
elif options.clearcache:
c.clear_cache()