From a4923ca7aac2c5dc121ff04be653dd470b540bac Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Thu, 30 Mar 2023 14:59:20 -0700 Subject: [PATCH] Internal compatible_with change PiperOrigin-RevId: 520751319 --- third_party/halide.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/halide.BUILD b/third_party/halide.BUILD index 677fa9f38..02e701585 100644 --- a/third_party/halide.BUILD +++ b/third_party/halide.BUILD @@ -43,8 +43,8 @@ cc_library( name = "lib_halide_static", srcs = select({ "@halide//:halide_config_windows_x86_64": [ - "bin/Release/Halide.dll", "lib/Release/Halide.lib", + "bin/Release/Halide.dll", ], "//conditions:default": [ "lib/libHalide.a",