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> <name>OpenRS2 GL Natives</name>
<profiles>
<profile>
<id>unix</id>
<activation>
<os>
<family>unix</family>
</os>
</activation>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@ -39,4 +47,6 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile>
</profiles>
</project> </project>

Loading…
Cancel
Save