Use installed protobuf package for protoc on OpenBSD

This commit is contained in:
Kurt Miller
2026-02-17 21:36:55 -05:00
parent 2ab0082d1a
commit e6bc02583c

View File

@@ -53,6 +53,9 @@ dependencies {
protocArtifact "com.google.protobuf:protoc:${version}:osx-aarch_64@exe"
}
}
if (isCurrentOpenBSD()) {
protocArtifact files('/usr/local/bin/protoc')
}
}
/*protobuf {