We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fd577 commit 010de11Copy full SHA for 010de11
1 file changed
setup.py
@@ -88,7 +88,7 @@ def __init__(self, *args, **kwargs):
88
macros = [("__LITTLE_ENDIAN__", "1")]
89
90
ext_modules = []
91
-if not PYPY and not PY2:
+if not PYPY and not PY2 and not os.environ.get("MSGPACK_PUREPYTHON"):
92
ext_modules.append(
93
Extension(
94
"msgpack._cmsgpack",
0 commit comments