Skip to content

Commit 08c56d6

Browse files
committed
Use --cplus for cythoning
1 parent 63b9fa5 commit 08c56d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc:
1010
cd docs && make zip
1111

1212
cython:
13-
cython msgpack/*.pyx
13+
cython --cplus msgpack/*.pyx
1414

1515
python3: cython
1616
python3 setup.py build_ext -i -f

0 commit comments

Comments
 (0)