From 9960aec5efaaaa0b506e2962a67c322cad20c17c Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 7 Sep 2019 20:58:13 +0100 Subject: [PATCH] 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. --- gl-natives/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 7e68fe19..a858b8c1 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -40,7 +40,7 @@ shared jawt - ${java.home}/lib + ${nar.javaHome}/lib