From 08c56d66f6eecb99850897dd3c4987dea01e6d44 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 19 May 2013 01:13:21 +0900 Subject: Use --cplus for cythoning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1