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 6d654f9 commit 1f2328aCopy full SHA for 1f2328a
setup.py
@@ -83,7 +83,7 @@ def main():
83
['python/([^/]+/){1,2}cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
84
85
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
86
- ('etc' if os.name == 'nt' else 'share/OpenCV') +
+ ('etc' if os.name == 'nt' else 'share/opencv4/') +
87
r'/haarcascades/.*\.xml'
88
]
89
}
0 commit comments