diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-02-05 23:34:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 23:34:16 +0200 |
commit | 8978717b6b51652bd455efbb6867f3f5799726c9 (patch) | |
tree | 711bfac83d629ab25de0544247ea449b925f8614 /mesonbuild/mesonlib.py | |
parent | 42931a82e12f79bf2c428fded0f1a9609e1dcb83 (diff) | |
parent | a4e4d2e75a25d4254e13ce0d6e3486f87e2d027a (diff) | |
download | meson-8978717b6b51652bd455efbb6867f3f5799726c9.zip meson-8978717b6b51652bd455efbb6867f3f5799726c9.tar.gz meson-8978717b6b51652bd455efbb6867f3f5799726c9.tar.bz2 |
Merge pull request #6161 from scivision/native_property
add meson.get_external_property()
Diffstat (limited to 'mesonbuild/mesonlib.py')
-rw-r--r-- | mesonbuild/mesonlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mesonlib.py b/mesonbuild/mesonlib.py index 85d883b..891e7a1 100644 --- a/mesonbuild/mesonlib.py +++ b/mesonbuild/mesonlib.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 The Meson development team +# Copyright 2012-2019 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |