aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit/py/pw_presubmit/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_presubmit/py/pw_presubmit/build.py')
-rw-r--r--pw_presubmit/py/pw_presubmit/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_presubmit/py/pw_presubmit/build.py b/pw_presubmit/py/pw_presubmit/build.py
index 1af34e928..9da43e13f 100644
--- a/pw_presubmit/py/pw_presubmit/build.py
+++ b/pw_presubmit/py/pw_presubmit/build.py
@@ -52,7 +52,7 @@ def bazel(ctx: PresubmitContext, cmd: str, *args: str) -> None:
'--verbose_failures',
'--verbose_explanations',
'--worker_verbose',
- f'--symlink_prefix={ctx.output_dir / "bazel-"}',
+ f'--symlink_prefix={ctx.output_dir / ".bazel-"}',
*args,
cwd=ctx.root,
env=env_with_clang_vars())