From ab00f333c61f590f6ab2852217a13793a7ab4a4c Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 6 Aug 2019 23:03:04 +0100 Subject: [PATCH] Link jawt as a lib instead of a sysLib This prevents us from needing to specify -L manually. --- gl-natives/pom.xml | 11 +++++++---- pom.xml | 1 - 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index fb2d4c8e1b..1ec091fafc 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -28,6 +28,13 @@ nar-maven-plugin + + + shared + jawt + ${java.home}/lib + + shared @@ -37,10 +44,6 @@ shared GLX - - shared - jawt - diff --git a/pom.xml b/pom.xml index f1f25d4b96..bc537d8f31 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,6 @@ -