mirror of
https://github.com/google/brotli.git
synced 2024-11-28 14:11:07 +00:00
Fix library path
This commit is contained in:
parent
cac71ca2f6
commit
bac060f1a1
@ -25,7 +25,7 @@ platform_lib_name = "lib.{platform}-{version[0]}.{version[1]}".format(
|
|||||||
version=sys.version_info)
|
version=sys.version_info)
|
||||||
|
|
||||||
# by default, distutils' build base is in the same location as setup.py
|
# 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)
|
build_lib = os.path.join(build_base, platform_lib_name)
|
||||||
|
|
||||||
# prepend build/lib to PYTHONPATH environment variable
|
# prepend build/lib to PYTHONPATH environment variable
|
||||||
|
Loading…
Reference in New Issue
Block a user