mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-11 23:11:06 +00:00
manage to compile on windows
Use C++ compiler to build.
This commit is contained in:
parent
58eb7d0ce8
commit
ebe4c1f4bc
3 changed files with 4 additions and 3 deletions
1
setup.py
Executable file → Normal file
1
setup.py
Executable file → Normal file
|
|
@ -53,6 +53,7 @@ msgpack_mod = Extension('msgpack._msgpack',
|
|||
sources=sources,
|
||||
libraries=libraries,
|
||||
include_dirs=['.'],
|
||||
language='c++',
|
||||
)
|
||||
del sources, libraries
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue