Internal compatible_with change

PiperOrigin-RevId: 520751319
This commit is contained in:
MediaPipe Team 2023-03-30 14:59:20 -07:00 committed by Copybara-Service
parent f8f7126bdd
commit a4923ca7aa

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",