mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Don't use C++.
This commit is contained in:
parent
1b07b61c04
commit
3e396ef146
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,6 @@ version = '0.0.1dev'
|
|||
PACKAGE_ROOT = os.getcwdu()
|
||||
INCLUDE_PATH = os.path.join(PACKAGE_ROOT, 'include')
|
||||
msgpack_mod = Extension('msgpack._msgpack',
|
||||
language="c++",
|
||||
sources=['msgpack/_msgpack.pyx'],
|
||||
include_dirs=[INCLUDE_PATH])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue