aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-03-02 22:39:57 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-03-02 22:39:57 +0200
commit5498f16fb35717a3175e61bf65666c43089efc30 (patch)
tree8253ee9bef5785f7469575f5289dbc87b27d13bb /mesonbuild/mesonmain.py
parent455e55f8e51c328400c36d65a15d76e7c4be08eb (diff)
parent5e1fdb8b971cf963958b1be2baac10b0edb0eaa2 (diff)
downloadmeson-5498f16fb35717a3175e61bf65666c43089efc30.zip
meson-5498f16fb35717a3175e61bf65666c43089efc30.tar.gz
meson-5498f16fb35717a3175e61bf65666c43089efc30.tar.bz2
Merged postconf script.
Diffstat (limited to 'mesonbuild/mesonmain.py')
-rw-r--r--mesonbuild/mesonmain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py
index 543a31f..95e6731 100644
--- a/mesonbuild/mesonmain.py
+++ b/mesonbuild/mesonmain.py
@@ -168,6 +168,7 @@ itself as required.'''
intr.run()
env.dump_coredata()
g.generate(intr)
+ g.run_postconf_scripts()
dumpfile = os.path.join(env.get_scratch_dir(), 'build.dat')
pickle.dump(b, open(dumpfile, 'wb'))