Fixed the macOS build for XCode 11.3.

This works around:
  https://github.com/bazelbuild/bazel/issues/12905
pull/13171/head
Joshua Haberman 4 years ago
parent 42bdfcb849
commit b344a6c582
  1. 3
      .bazelrc

@ -1,3 +1,6 @@
# temporary fix for https://github.com/bazelbuild/bazel/issues/12905 on macOS
build --features=-debug_prefix_map_pwd_is_dot
# Use our custom-configured c++ toolchain.
build:m32 --copt=-m32 --linkopt=-m32

Loading…
Cancel
Save