diff options
author | Christoph Behle <behlec@gmail.com> | 2017-12-16 15:38:31 +0100 |
---|---|---|
committer | Christoph Behle <behlec@gmail.com> | 2017-12-16 15:38:31 +0100 |
commit | 1f3b41021d22b90e92e762a9b0230968957f5ba6 (patch) | |
tree | 01a82248313a58948a1695136b4484c3fb23fa7a /mesonbuild/environment.py | |
parent | 5b83894b77d4946b66eea18f5bb44e53127869f5 (diff) | |
download | meson-1f3b41021d22b90e92e762a9b0230968957f5ba6.zip meson-1f3b41021d22b90e92e762a9b0230968957f5ba6.tar.gz meson-1f3b41021d22b90e92e762a9b0230968957f5ba6.tar.bz2 |
More version information for Fortran.
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r-- | mesonbuild/environment.py | 1 |
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) |