Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc0c16 commit 32ce23eCopy full SHA for 32ce23e
setup.py
@@ -85,7 +85,7 @@ def main():
85
['python/cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
86
87
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
88
- ('etc' if os.name == 'nt' else 'share/opencv4') +
+ ('etc' if os.name == 'nt' else 'share/OpenCV') +
89
r'/haarcascades/.*\.xml'
90
]
91
}
0 commit comments