Skip to content

Commit

Permalink
Fixed the macOS build for XCode 11.3.
Browse files Browse the repository at this point in the history
This works around:
  bazelbuild/bazel#12905
  • Loading branch information
haberman committed Apr 16, 2021
1 parent 42bdfcb commit b344a6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b344a6c

Please sign in to comment.