Skip to content

Commit 6851d56

Browse files
committed
back to 4.0.0, fix haarcascades path
1 parent 11e30d5 commit 6851d56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

opencv

Submodule opencv updated 303 files

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def main():
8383
['python/cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
8484

8585
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
86-
('etc' if os.name == 'nt' else 'share/OpenCV') +
86+
('etc' if os.name == 'nt' else 'share/opencv4') +
8787
r'/haarcascades/.*\.xml'
8888
]
8989
}

0 commit comments

Comments
 (0)