mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Fix new version of msgpack.
This commit is contained in:
parent
812c8bcff4
commit
188da01777
3 changed files with 14 additions and 6 deletions
1
setup.py
1
setup.py
|
@ -52,6 +52,7 @@ if sys.platform == 'win32':
|
|||
msgpack_mod = Extension('msgpack._msgpack',
|
||||
sources=sources,
|
||||
libraries=libraries,
|
||||
include_dirs=['.'],
|
||||
)
|
||||
del sources, libraries
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue