Don't use C++.

This commit is contained in:
Naoki INADA 2009-06-28 21:24:16 +09:00
parent 1374bce15f
commit 5a87c94333
2 changed files with 2 additions and 3 deletions

View file

@ -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])