aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/environment.py b/environment.py
index 93027f7..baf0861 100755
--- a/environment.py
+++ b/environment.py
@@ -242,6 +242,9 @@ class Environment():
def get_bindir(self):
return self.options.bindir
+
+ def get_includedir(self):
+ return self.options.includedir
# This should be an InterpreterObject. Fix it.
class PkgConfigDependency():