mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-26 01:17:29 +01:00
Don't use C++.
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user