Skip to content

Commit c658c3a

Browse files
authored
Enable runfiles on Windows (#234)
This is required by the Java gazelle implementation.
1 parent ee07fc7 commit c658c3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/gazelle/.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
common --enable_platform_specific_config
2+
3+
# https://bazel.build/docs/windows#symlink
4+
startup --windows_enable_symlinks
5+
run:windows --enable_runfiles

0 commit comments

Comments
 (0)