Internal compatible_with change

PiperOrigin-RevId: 520751319
This commit is contained in:
MediaPipe Team
2023-03-30 15:01:09 -07:00
committed by Copybara-Service
parent f8f7126bdd
commit a4923ca7aa
+1 -1
View File
@@ -43,8 +43,8 @@ cc_library(
name = "lib_halide_static", name = "lib_halide_static",
srcs = select({ srcs = select({
"@halide//:halide_config_windows_x86_64": [ "@halide//:halide_config_windows_x86_64": [
"bin/Release/Halide.dll",
"lib/Release/Halide.lib", "lib/Release/Halide.lib",
"bin/Release/Halide.dll",
], ],
"//conditions:default": [ "//conditions:default": [
"lib/libHalide.a", "lib/libHalide.a",