From 92187501ed51448b4ee596d059b1cd88e856fe56 Mon Sep 17 00:00:00 2001 From: Nicolas Schneider Date: Tue, 1 Mar 2016 14:07:38 +0100 Subject: Can add postconfigure script. --- mesonbuild/mesonmain.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild/mesonmain.py') 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')) -- cgit v1.1