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 {