Skip to content

Commit

Permalink
Update BUILD (#59)
Browse files Browse the repository at this point in the history
Add missing absl/log deps "@com_google_absl//absl/log:check",
  • Loading branch information
phoepsilonix authored May 30, 2024
1 parent c9a3041 commit bd66e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/fcitx5/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ mozc_cc_library(
"//base:singleton",
"//protocol:config_cc_proto",
"//protocol:commands_cc_proto",
"@com_google_absl//absl/log:check",
"@fcitx5//:fcitx5",
],
)
Expand All @@ -103,6 +104,7 @@ mozc_cc_library(
"//base:util",
"//base:port",
"//base:vlog",
"@com_google_absl//absl/log:check",
"@fcitx5//:fcitx5",
],
)
Expand Down

0 comments on commit bd66e80

Please sign in to comment.