opencv3, remove not build (anymore) python library directory in INSTALL (#10152)

This commit is contained in:
Schrijvers Luc
2024-02-26 10:07:31 +01:00
committed by GitHub
parent a1ae4fe89b
commit 5c205cdcaf

View File

@@ -224,7 +224,6 @@ INSTALL()
if [ -n "$secondaryArchSuffix" ]; then
mkdir -p $libDir
mv $prefix/lib/*.so* $libDir
mv $prefix/lib/python* $libDir
fi
prepareInstalledDevelLibs libopencv_calib3d \