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 1730640..377bbf9 100755
--- a/environment.py
+++ b/environment.py
@@ -251,6 +251,9 @@ class Environment():
def get_mandir(self):
return self.options.mandir
+ def get_datadir(self):
+ return self.options.datadir
+
# This should be an InterpreterObject. Fix it.
class PkgConfigDependency():
pkgconfig_found = False