mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Restore platform suffix
This commit is contained in:
parent
1bcdb45bad
commit
81054a4667
@ -25,7 +25,8 @@ 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_lib = os.path.abspath(os.path.join("..", "..", "bin"))
|
||||
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
|
||||
TEST_ENV = os.environ.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user