diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-28 02:13:06 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-28 02:13:06 +0200 |
commit | f9c63999c3b844c7f00b6b2853751724f20a304c (patch) | |
tree | b278a1d7ba59344d973a294137c1dd25fe82e057 /interpreter.py | |
parent | 98ce4539a9f4e96b348cfc33d5a16b424ea36ec3 (diff) | |
download | meson-f9c63999c3b844c7f00b6b2853751724f20a304c.zip meson-f9c63999c3b844c7f00b6b2853751724f20a304c.tar.gz meson-f9c63999c3b844c7f00b6b2853751724f20a304c.tar.bz2 |
Put build directories in #include path.
Diffstat (limited to 'interpreter.py')
-rwxr-xr-x | interpreter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interpreter.py b/interpreter.py index 6fa3c62..1ff27bc 100755 --- a/interpreter.py +++ b/interpreter.py @@ -572,6 +572,7 @@ class Interpreter(): isinstance(value, environment.PkgConfigDependency) or\ isinstance(value, nodes.StringStatement) or\ isinstance(value, nodes.BoolStatement) or\ + isinstance(value, nodes.IntStatement) or\ isinstance(value, list): return True return False |