Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove an obsolete workaround from
.bazelrc
" (#1103)
This reverts commit de7615f. It turns out that --cpu command line option will be silently ignored with Bazel 7.0 and later unless --noincompatible_enable_cc_toolchain_resolution option is specified [1]. Otherwise 'mozc_tip32.dll' will be built as a 64-bit executable. This is a temporary workaround until until we fully migrate to --platforms command line option [2]. This commit only affects Windows build with Bazel. Other build configurations such as GYP build on Windows are not affected. Closes #1102. [1]: bazelbuild/bazel#7260 [2]: https://bazel.build/concepts/platforms PiperOrigin-RevId: 691409234
- Loading branch information