diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-31 11:35:25 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-04 20:23:22 +0300 |
commit | ef2257bb4e9a6eb83301907d9fdf01d810dc925c (patch) | |
tree | 28fa87ab09aee6c8d0209fe2a51da835977b8639 /mesonbuild/interpreter.py | |
parent | 7f307fd5ef3547152c7d48fd362dd511dd94b9d3 (diff) | |
download | meson-dotinclude.zip meson-dotinclude.tar.gz meson-dotinclude.tar.bz2 |
Add option to disable implicit include directories. Closes #2139.dotinclude
Diffstat (limited to 'mesonbuild/interpreter.py')
-rw-r--r-- | mesonbuild/interpreter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/interpreter.py b/mesonbuild/interpreter.py index 1858e8c..1a537a4 100644 --- a/mesonbuild/interpreter.py +++ b/mesonbuild/interpreter.py @@ -1249,6 +1249,7 @@ buildtarget_kwargs = set(['build_by_default', 'link_whole', 'link_args', 'link_depends', + 'implicit_include_directories', 'include_directories', 'install', 'install_rpath', |