aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-06-16 17:25:26 +0200
committerGitHub <noreply@github.com>2016-06-16 17:25:26 +0200
commitbac060f1a1abaec4b7cf26412ade57a68eb10521 (patch)
tree757a01b048e9ec592efe70efc168d45e242570dc /python
parentcac71ca2f6edcf84cfc32fad99711beb69208f5f (diff)
downloadbrotli-bac060f1a1abaec4b7cf26412ade57a68eb10521.zip
brotli-bac060f1a1abaec4b7cf26412ade57a68eb10521.tar.gz
brotli-bac060f1a1abaec4b7cf26412ade57a68eb10521.tar.bz2
Fix library path
Diffstat (limited to 'python')
-rw-r--r--python/tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_utils.py b/python/tests/test_utils.py
index 381b64e..733f7b5 100644
--- a/python/tests/test_utils.py
+++ b/python/tests/test_utils.py
@@ -25,7 +25,7 @@ platform_lib_name = "lib.{platform}-{version[0]}.{version[1]}".format(
version=sys.version_info)
# by default, distutils' build base is in the same location as setup.py
-build_base = os.path.abspath(os.path.join("..", "..", "build"))
+build_base = os.path.abspath(os.path.join("..", "..", "bin"))
build_lib = os.path.join(build_base, platform_lib_name)
# prepend build/lib to PYTHONPATH environment variable