Skip to content

Commit 738e7ec

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

affinity/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
<profile>
111111
<id>make-c</id>
112112
<activation>
113+
<os>
114+
<family>linux</family>
115+
</os>
113116
<property>
114117
<name>!dontMake</name>
115118
</property>

0 commit comments

Comments
 (0)