提交 3848ecfb 编写于 作者: 王建军 提交者: Olli-Pekka Heinisuo

fix: give up get_config_var() and use get_config_vars() instead.

上级 89d68349
......@@ -67,7 +67,7 @@ def main():
package_data = {
'cv2':
['*%s' % sysconfig.get_config_var('SO')] +
['*%s' % sysconfig.get_config_vars().get('SO')] +
(['*.dll'] if os.name == 'nt' else []) +
["LICENSE.txt", "LICENSE-3RD-PARTY.txt"],
'cv2.data':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册