Skip to content

Commit 529bc3d

Browse files
committed
Force OpenCV install libdir for release builds
1 parent ed3ada1 commit 529bc3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

third_party/opencv/opencv.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cmake(
2525
name = "opencv",
2626
generate_args = [
2727
"-GNinja",
28+
"-DCMAKE_INSTALL_LIBDIR=lib",
2829
"-DBUILD_SHARED_LIBS=OFF",
2930
"-DBUILD_EXAMPLES=OFF",
3031
"-DBUILD_opencv_apps=OFF",

0 commit comments

Comments
 (0)