From e6bc02583c7b50b9a894fc96c57c6d3153137eec Mon Sep 17 00:00:00 2001 From: Kurt Miller Date: Tue, 17 Feb 2026 21:36:55 -0500 Subject: [PATCH] Use installed protobuf package for protoc on OpenBSD --- gradle/hasProtobuf.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle/hasProtobuf.gradle b/gradle/hasProtobuf.gradle index 7a360b5a4e..537c51fb65 100644 --- a/gradle/hasProtobuf.gradle +++ b/gradle/hasProtobuf.gradle @@ -53,6 +53,9 @@ dependencies { protocArtifact "com.google.protobuf:protoc:${version}:osx-aarch_64@exe" } } + if (isCurrentOpenBSD()) { + protocArtifact files('/usr/local/bin/protoc') + } } /*protobuf {