Skip to content

Commit

Permalink
Enable runfiles on Windows (#234)
Browse files Browse the repository at this point in the history
This is required by the Java gazelle implementation.
  • Loading branch information
illicitonion authored Jan 9, 2024
1 parent ee07fc7 commit c658c3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/gazelle/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
common --enable_platform_specific_config

# https://bazel.build/docs/windows#symlink
startup --windows_enable_symlinks
run:windows --enable_runfiles

0 comments on commit c658c3a

Please sign in to comment.