Use nar.javaHome instead of java.home

This allows the native libraries to be built against a JDK separate to the JDK
Maven runs under.
pull/48/head
Graham 5 years ago
parent 0d4edcd186
commit 9960aec5ef
  1. 2
      gl-natives/pom.xml

@ -40,7 +40,7 @@
<lib>
<type>shared</type>
<name>jawt</name>
<directory>${java.home}/lib</directory>
<directory>${nar.javaHome}/lib</directory>
</lib>
</libs>
</linker>

Loading…
Cancel
Save