Fix use of //wrlib:error_code in BUILD definition.

This commit is contained in:
2025-01-01 00:10:59 -05:00
parent 3256959257
commit 8814830f89

View File

@@ -4,7 +4,6 @@ rust_library(
name = "error_code",
srcs = ["error_code.rs"],
edition = "2021",
visibility = ["//visibility:public"],
)
cc_test(
@@ -63,6 +62,7 @@ cc_library(
"xutil.h",
],
deps = [
":error_code",
"//config",
"@ImageMagick//:lib",
"@MagickWand//:lib",