Skip to content

Commit

Permalink
HBASE-28606 Support for build on mac M1 (apache#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Wellington Ramos Chevreuil <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
  • Loading branch information
nikita15p authored Aug 12, 2024
1 parent 2087677 commit 1498a91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -933,5 +933,18 @@
</plugins>
</build>
</profile>
<profile>
<!-- Use Mac x64 version of protoc for Apple Silicon (aarch64) Macs -->
<id>osx-aarch64</id>
<activation>
<os>
<family>mac</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<os.detected.classifier>osx-x86_64</os.detected.classifier>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 1498a91

Please sign in to comment.