Skip to content

Commit

Permalink
fix: OpenCV paths os macOS (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed May 25, 2022
1 parent be96374 commit 358f7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ new_local_repository(
new_local_repository(
name = "macos_opencv",
build_file = "@com_google_mediapipe//third_party:opencv_macos.BUILD",
path = "/usr/local/opt/opencv@3",
path = "/usr/local",
)

new_local_repository(
name = "macos_arm64_opencv",
build_file = "@com_google_mediapipe//third_party:opencv_macos.BUILD",
path = "/opt/homebrew/opt/opencv@3",
path = "/opt/homebrew",
)

new_local_repository(
Expand Down

0 comments on commit 358f7b9

Please sign in to comment.