Skip to content

Commit dd3d729

Browse files
committed
test3
1 parent 1548145 commit dd3d729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def generate_init_file(output_dir: Path) -> None:
234234
def find_brew_protobuf_include(project_root: Path) -> str:
235235
"""Find the protobuf include directory, preferring downloaded protoc 29.1, then brew installations."""
236236
# First, check if we have downloaded protoc 29.1 and use its include directory
237-
protoc_29_1_bin = project_root / "bin" / "protoc-29.1"
237+
protoc_29_1_bin = project_root / ".bin" / "protoc-29.1"
238238
if protoc_29_1_bin.exists():
239239
# The downloaded protoc includes the well-known types in the zip
240240
# We'll use the local include directory as fallback

0 commit comments

Comments
 (0)