aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rw-r--r--environment.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/environment.py b/environment.py
index 0b7e3c6..cb62a8b 100644
--- a/environment.py
+++ b/environment.py
@@ -940,6 +940,9 @@ class Environment():
return trial
def get_library_dirs(self):
+ return get_library_dirs()
+
+def get_library_dirs():
if is_windows():
return ['C:/mingw/lib'] # Fixme
if is_osx():