def run(self):
cwd = os.getcwd()
_install.install.run(self)
_target_path = os.path.join(get_python_lib(), 'flanders')
for f in [os.path.join('build', 'lib', 'libflanders.so'),
os.path.join('build', 'include', 'flanders_export.h'),
os.path.join('flanders', 'flanders.h')]:
copy2(os.path.join(cwd, f), _target_path)
评论列表
文章目录