How to build Mozc with Bazel on an Apple Silicon machine? #687
-
I cannot build Mozc with Bazel on my MacBook Air (Apple M2, 2022). I followed this instruction (https://github.com/google/mozc/blob/master/docs/build_mozc_in_osx.md#bazel-build) and tried to build Mozc with Bazel, but
According to this comment #502 (comment), it seems to be successful with GYP and extra environmental variables on Apple M1. Does Bazel require some special settings, as in case of GYP? Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi k-khr, Bazel build works on Apple Silicon machines. It works at least on my M1 macOS environment. My outputs of
|
Beta Was this translation helpful? Give feedback.
Hi k-khr,
Bazel build works on Apple Silicon machines. It works at least on my M1 macOS environment.
Looking at the error messages, I guess the issue is the settings of Xcode or Bazel.
My outputs of
sw_vers
andxcrun
are exactly same with you.