]> git.pld-linux.org Git - packages/opencv.git/blob - python-install.patch
- updated files
[packages/opencv.git] / python-install.patch
1 --- opencv-3.4.8/cmake/OpenCVDetectPython.cmake.orig    2019-10-09 13:42:29.000000000 +0200
2 +++ opencv-3.4.8/cmake/OpenCVDetectPython.cmake 2019-10-31 09:08:46.890255326 +0100
3 @@ -186,7 +186,7 @@
4          else() #debian based assumed, install to the dist-packages.
5            set(_packages_path "python${_version_major_minor}/dist-packages")
6          endif()
7 -        set(_packages_path "lib/${_packages_path}")
8 +       set(_packages_path "lib${LIB_SUFFIX}/${_packages_path}")
9        elseif(CMAKE_HOST_WIN32)
10          get_filename_component(_path "${_executable}" PATH)
11          file(TO_CMAKE_PATH "${_path}" _path)
This page took 0.055427 seconds and 3 git commands to generate.