Move UNIX-specific flags to the unix profile

master
Graham 5 years ago
parent 3c0c25ed3e
commit 397f3fb4cc
  1. 10
      gl-natives/pom.xml

@ -13,6 +13,14 @@
<name>OpenRS2 GL Natives</name>
<profiles>
<profile>
<id>unix</id>
<activation>
<os>
<family>unix</family>
</os>
</activation>
<build>
<plugins>
<plugin>
@ -39,4 +47,6 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

Loading…
Cancel
Save