From cab415d308639371027a6d5330d33cff2f148b60 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 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index fb2d4c8..1ec091f 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 -