Fix the "'<>' with anonymous inner classes is not supported" error.
PiperOrigin-RevId: 520705926
This commit is contained in:
committed by
Copybara-Service
parent
d7fd5b0cf5
commit
984073bf73
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user