Skip to content

Commit

Permalink
Make "make-c" profile active on Linux only.
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenp committed Apr 9, 2024
1 parent 2229ce6 commit 453cce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions affinity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
<profile>
<id>make-c</id>
<activation>
<os>
<family>linux</family>
<arch>!arm</arch>
</os>
<property>
<name>!dontMake</name>
</property>
Expand Down

0 comments on commit 453cce4

Please sign in to comment.