Commit 811837cb authored by Jason Madden's avatar Jason Madden

be specific about manylinux version. [skip ci]

parent 4f21ef88
......@@ -82,8 +82,8 @@ if not WIN:
)
if not SKIP_LIBUV:
# libuv can't be built on manylinux because it needs glibc >= 2.12
# but manylinux has only 2.5, so we set SKIP_LIBUV in the script make-manylinux
# libuv can't be built on manylinux1 because it needs glibc >= 2.12
# but manylinux1 has only 2.5, so we set SKIP_LIBUV in the script make-manylinux
cffi_modules.append(LIBUV_CFFI_MODULE)
if PYPY:
......
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