Fix the "'<>' with anonymous inner classes is not supported" error.

PiperOrigin-RevId: 520705926
This commit is contained in:
Jiuqiang Tang
2023-03-30 12:05:08 -07:00
committed by Copybara-Service
parent d7fd5b0cf5
commit 984073bf73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,8 +43,8 @@ cc_library(
name = "lib_halide_static",
srcs = select({
"@halide//:halide_config_windows_x86_64": [
"lib/Release/Halide.lib",
"bin/Release/Halide.dll",
"lib/Release/Halide.lib",
],
"//conditions:default": [
"lib/libHalide.a",