Activate mac-legacy profile automatically

pull/48/head
Graham 5 years ago
parent c0e51084d2
commit 21a6886586
  1. 5
      gl-natives/pom.xml

@ -86,6 +86,11 @@
</profile>
<profile>
<id>mac-legacy</id>
<activation>
<file>
<exists>${nar.javaHome}/../Libraries</exists>
</file>
</activation>
<build>
<plugins>
<plugin>

Loading…
Cancel
Save