From 049ca2fabe5b5c7e3d4f87cb5aa1b3bae8ea865e Mon Sep 17 00:00:00 2001 From: homuler Date: Wed, 10 Mar 2021 00:12:31 +0900 Subject: [PATCH] fix: failed to apply a patch --- C/WORKSPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/C/WORKSPACE b/C/WORKSPACE index d8b3eba63..179454320 100644 --- a/C/WORKSPACE +++ b/C/WORKSPACE @@ -41,6 +41,7 @@ http_archive( sha256 = "95b097a014cb329213fa647efafba286bac75126a964dda08f62cbaf95aba42d", strip_prefix = "mediapipe-0.8.3.1", patches = [ + "@//third_party:mediapipe_android.diff", "@//third_party:mediapipe_ios.diff", "@//third_party:mediapipe_visibility.diff", "@//third_party:mediapipe_model_path.diff",