aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 47414ca..b9552a9 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -127,6 +127,7 @@ class Environment():
self.first_invocation = False
except FileNotFoundError:
self.coredata = coredata.CoreData(options)
+ self.coredata.meson_script_file = self.meson_script_file
self.first_invocation = True
if self.coredata.cross_file:
self.cross_info = CrossBuildInfo(self.coredata.cross_file)