From 75bc44d42a241d02b9d5f6561717b33e3d1c6762 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 16 Mar 2023 14:16:47 -0700 Subject: [PATCH] Add a comment to macos_opencv so it can be easily replaced with sed PiperOrigin-RevId: 517225588 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index ea12f439..17e96c0b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -270,7 +270,7 @@ new_local_repository( # For local MacOS builds, the path should point to an opencv@3 installation. # If you edit the path here, you will also need to update the corresponding # prefix in "opencv_macos.BUILD". - path = "/usr/local", + path = "/usr/local", # e.g. /usr/local/Cellar for HomeBrew ) new_local_repository(