mirror of
https://github.com/google/brotli.git
synced 2024-11-09 21:50:07 +00:00
Remove platform suffix
This commit is contained in:
parent
bac060f1a1
commit
f0c7ece315
@ -25,8 +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("..", "..", "bin"))
|
||||
build_lib = os.path.join(build_base, platform_lib_name)
|
||||
build_lib = os.path.abspath(os.path.join("..", "..", "bin"))
|
||||
|
||||
# prepend build/lib to PYTHONPATH environment variable
|
||||
TEST_ENV = os.environ.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user