aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-11-09 15:00:46 -0500
committerGitHub <noreply@github.com>2016-11-09 15:00:46 -0500
commitdc10945ad7cd210426091a9e7809c90a9ff0b175 (patch)
treeae9c7139555c1dda1a41946496ae13ab6303adba /mesonbuild/scripts
parent5603f90287695fc6e092f2701ec222e4fddc3899 (diff)
parentdaa893e0119f972eae1b55db6e5f4a61799fdd93 (diff)
downloadmeson-dc10945ad7cd210426091a9e7809c90a9ff0b175.zip
meson-dc10945ad7cd210426091a9e7809c90a9ff0b175.tar.gz
meson-dc10945ad7cd210426091a9e7809c90a9ff0b175.tar.bz2
Merge pull request #995 from centricular/more-appveyor-builds
appveyor.yml: Test more than just MSVC2010 + Ninja on x86
Diffstat (limited to 'mesonbuild/scripts')
-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):