From b344a6c582f9df0e8e7755f7810e31d9d112be70 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 16 Apr 2021 09:34:39 -0700 Subject: [PATCH] Fixed the macOS build for XCode 11.3. This works around: https://github.com/bazelbuild/bazel/issues/12905 --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 1130a7e074..bfaa00cca8 100644 --- a/.bazelrc +++ b/.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