From 61b30692cac2e31d843c9a8d16156bd5b0bef2a2 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Wed, 16 Oct 2024 18:02:42 -0700 Subject: [PATCH] See if we can avoid `--output_base` --- src/windows.bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/windows.bazelrc b/src/windows.bazelrc index d76ed4f81..84ca46625 100644 --- a/src/windows.bazelrc +++ b/src/windows.bazelrc @@ -12,4 +12,5 @@ # https://github.com/protocolbuffers/protobuf/issues/12947 # https://github.com/bazelbuild/bazel/issues/18683 # Here is an ugly workaround, which we really hope to get rid of. -startup --output_base=C:/x --windows_enable_symlinks +startup --windows_enable_symlinks +build --enable_runfiles