Skip to content

Commit 4c50a19

Browse files
Update the rule for apple_frameworks:ObjectiveC.
* 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
1 parent a2e8fec commit 4c50a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ mozc_objc_library(
291291
sdk_frameworks = [
292292
"Carbon",
293293
"Cocoa",
294+
"ObjectiveC",
294295
],
295296
deps = [
296297
":renderer_interface",
@@ -307,7 +308,6 @@ mozc_objc_library(
307308
"//protocol:candidates_cc_proto",
308309
"//protocol:commands_cc_proto",
309310
"//protocol:renderer_cc_proto",
310-
"//third_party/apple_frameworks:ObjectiveC",
311311
"@com_google_absl//absl/base",
312312
"@com_google_absl//absl/log",
313313
"@com_google_absl//absl/strings",

0 commit comments

Comments
 (0)