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 ea4a54e..af660e9 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -556,6 +556,7 @@ class Environment:
continue
version = search_version(out)
+ full_version = out.split('\n', 1)[0]
if 'GNU Fortran' in out:
defines = self.get_gnu_compiler_defines(compiler)