Skip to content

Commit

Permalink
Update the rule for apple_frameworks:ObjectiveC.
Browse files Browse the repository at this point in the history
* This will fix the build failure of OSS build for macOS.
* https://github.com/google/mozc/actions/runs/9146538985/job/25146854549
* Follow-up to cl/634993024

PiperOrigin-RevId: 635325287
  • Loading branch information
hiroyuki-komatsu committed May 20, 2024
1 parent a2e8fec commit 4c50a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ mozc_objc_library(
sdk_frameworks = [
"Carbon",
"Cocoa",
"ObjectiveC",
],
deps = [
":renderer_interface",
Expand All @@ -307,7 +308,6 @@ mozc_objc_library(
"//protocol:candidates_cc_proto",
"//protocol:commands_cc_proto",
"//protocol:renderer_cc_proto",
"//third_party/apple_frameworks:ObjectiveC",
"@com_google_absl//absl/base",
"@com_google_absl//absl/log",
"@com_google_absl//absl/strings",
Expand Down

0 comments on commit 4c50a19

Please sign in to comment.