diff options
Diffstat (limited to 'meson/environment.py')
-rw-r--r-- | meson/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson/environment.py b/meson/environment.py index 3e10bd4..a99cb30 100644 --- a/meson/environment.py +++ b/meson/environment.py @@ -125,7 +125,7 @@ class Environment(): coredata.save(self.coredata, cdf) def get_script_dir(self): - return os.path.dirname(self.meson_script_file) + return os.path.join(os.path.dirname(self.meson_script_file), '../scripts') def get_log_dir(self): return self.log_dir |