mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-23 04:39:59 +00:00
Moving to setuptools to enable wheel
This commit is contained in:
parent
24307d2951
commit
ce56baf81e
@ -6,7 +6,7 @@
|
||||
# python script to build the miniupnpc module under unix
|
||||
#
|
||||
# replace libminiupnpc.a by libminiupnpc.so for shared library usage
|
||||
from distutils.core import setup, Extension
|
||||
from setuptools import setup, Extension
|
||||
from distutils import sysconfig
|
||||
sysconfig.get_config_vars()["OPT"] = ''
|
||||
sysconfig.get_config_vars()["CFLAGS"] = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user