Fix new version of msgpack.

This commit is contained in:
INADA Naoki 2012-06-26 15:19:59 +09:00
parent 812c8bcff4
commit 188da01777
3 changed files with 14 additions and 6 deletions

View file

@ -52,6 +52,7 @@ if sys.platform == 'win32':
msgpack_mod = Extension('msgpack._msgpack',
sources=sources,
libraries=libraries,
include_dirs=['.'],
)
del sources, libraries