mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Make pure-python wheels and eggs possible (#467)
This commit is contained in:
parent
44fd577705
commit
010de11bed
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -88,7 +88,7 @@ else:
|
|||
macros = [("__LITTLE_ENDIAN__", "1")]
|
||||
|
||||
ext_modules = []
|
||||
if not PYPY and not PY2:
|
||||
if not PYPY and not PY2 and not os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
ext_modules.append(
|
||||
Extension(
|
||||
"msgpack._cmsgpack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue