aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-11-04 16:32:26 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-11-10 00:40:16 +0530
commit52eab4b00674b160ba1bdaec8ceeb1114143063d (patch)
treed99666244df7b4231dec46844808b775c5e7a3a4
parenta90af371f68b89084eca969f65a3a024ed58edc1 (diff)
downloadmeson-52eab4b00674b160ba1bdaec8ceeb1114143063d.zip
meson-52eab4b00674b160ba1bdaec8ceeb1114143063d.tar.gz
meson-52eab4b00674b160ba1bdaec8ceeb1114143063d.tar.bz2
vs backend: coredata.meson_script_file was renamed
-rwxr-xr-xmesonbuild/scripts/regen_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/scripts/regen_checker.py b/mesonbuild/scripts/regen_checker.py
index ddf4943..e8e1077 100755
--- a/mesonbuild/scripts/regen_checker.py
+++ b/mesonbuild/scripts/regen_checker.py
@@ -52,7 +52,7 @@ def run(args):
regeninfo = pickle.load(f)
with open(coredata, 'rb') as f:
coredata = pickle.load(f)
- mesonscript = coredata.meson_script_file
+ mesonscript = coredata.meson_script_launcher
backend = coredata.get_builtin_option('backend')
regen_timestamp = os.stat(dumpfile).st_mtime
if need_regen(regeninfo, regen_timestamp):