manage to compile on windows

Use C++ compiler to build.
This commit is contained in:
INADA Naoki 2012-06-26 17:27:29 +09:00
parent 58eb7d0ce8
commit ebe4c1f4bc
3 changed files with 4 additions and 3 deletions

1
setup.py Executable file → Normal file
View file

@ -53,6 +53,7 @@ msgpack_mod = Extension('msgpack._msgpack',
sources=sources,
libraries=libraries,
include_dirs=['.'],
language='c++',
)
del sources, libraries