Skip to content

Commit 453cce4

Browse files
committed
Make "make-c" profile active on Linux only.
1 parent 2229ce6 commit 453cce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

affinity/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
<profile>
111111
<id>make-c</id>
112112
<activation>
113+
<os>
114+
<family>linux</family>
115+
<arch>!arm</arch>
116+
</os>
113117
<property>
114118
<name>!dontMake</name>
115119
</property>

0 commit comments

Comments
 (0)