summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2013-05-18 20:43:27 -0700
committerINADA Naoki <songofacandy@gmail.com>2013-05-18 20:43:27 -0700
commitd4bb86c0c8f5994b79b20b0e8c692f35cd389cdb (patch)
tree8cfc70e2f53c349eddcab8aa3be79ce545947ef9 /Makefile
parent63b9fa5843ad9e38e3797c061de495f49659ab08 (diff)
parent956f55ecdf3b98e8072b4073da650e9a8fa05e0b (diff)
downloadmsgpack-python-d4bb86c0c8f5994b79b20b0e8c692f35cd389cdb.tar.gz
Merge pull request #65 from msgpack/old-buffer
Stop using new style buffer API.
Diffstat (limited to 'Makefile')
-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