mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Use --cplus for cythoning
This commit is contained in:
parent
63b9fa5843
commit
08c56d66f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue