mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -09:00
Use installed protobuf package for protoc on OpenBSD
This commit is contained in:
@@ -53,6 +53,9 @@ dependencies {
|
||||
protocArtifact "com.google.protobuf:protoc:${version}:osx-aarch_64@exe"
|
||||
}
|
||||
}
|
||||
if (isCurrentOpenBSD()) {
|
||||
protocArtifact files('/usr/local/bin/protoc')
|
||||
}
|
||||
}
|
||||
|
||||
/*protobuf {
|
||||
|
||||
Reference in New Issue
Block a user