def __init__(self, libdest, *args, **kwargs):
self.libdest = libdest
setuptools.Extension.__init__(self, *args, **kwargs)
# Subclass setuptools build_ext to put the compiled shared library in the
# appropriate place in the source tree.
评论列表
文章目录