Skip to content

Commit

Permalink
Merge pull request #12 from gabrielreid/gabrielreid/allow_building_on…
Browse files Browse the repository at this point in the history
…_apple_silicon

Allow building on Apple Silicon.
  • Loading branch information
alexkolson authored Mar 27, 2023
2 parents afe11b7 + 1a1f2e3 commit 6e46dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<goal>run</goal>
</goals>
<configuration>
<!-- Use a newer version of protobuf to allow building on Apple Silicon.
See https://github.com/os72/protoc-jar/issues/93#issuecomment-1142635897 -->
<protocArtifact>com.google.protobuf:protoc:3.21.1</protocArtifact>
<inputDirectories>
<include>src/main/proto</include>
</inputDirectories>
Expand Down

0 comments on commit 6e46dc2

Please sign in to comment.