summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-05-19 01:13:21 +0900
committerINADA Naoki <inada-n@klab.com>2013-05-19 01:13:21 +0900
commit08c56d66f6eecb99850897dd3c4987dea01e6d44 (patch)
treed565cd327f5ad18330c70ab3ec0897461138902e
parent63b9fa5843ad9e38e3797c061de495f49659ab08 (diff)
downloadmsgpack-python-08c56d66f6eecb99850897dd3c4987dea01e6d44.tar.gz
Use --cplus for cythoning
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fe278e..71be6af 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ doc:
cd docs && make zip
cython:
- cython msgpack/*.pyx
+ cython --cplus msgpack/*.pyx
python3: cython
python3 setup.py build_ext -i -f