We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b9fa5 commit 08c56d6Copy full SHA for 08c56d6
Makefile
@@ -10,7 +10,7 @@ doc:
10
cd docs && make zip
11
12
cython:
13
- cython msgpack/*.pyx
+ cython --cplus msgpack/*.pyx
14
15
python3: cython
16
python3 setup.py build_ext -i -f
0 commit comments