Commit f8887d8c authored by Davis King's avatar Davis King
Browse files

fix paths

parent 2a3cb83a
......@@ -8,7 +8,7 @@ def add_lib_to_dll_path(path):
"""
try:
import os
os.add_dll_directory(os.path.dirname(path))
os.add_dll_directory(os.path.join(os.path.dirname(path), '../../bin'))
except (AttributeError,KeyError):
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment