From 397f3fb4cc8221846154d572c4401af6c2a24846 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 6 Aug 2019 19:56:43 +0100 Subject: [PATCH] Move UNIX-specific flags to the unix profile --- gl-natives/pom.xml | 62 +++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 26 deletions(-) diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 2b36aff..fb2d4c8 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -13,30 +13,40 @@ OpenRS2 GL Natives - - - - com.github.maven-nar - nar-maven-plugin - - - - - shared - GL - - - shared - GLX - - - shared - jawt - - - - - - - + + + unix + + + unix + + + + + + com.github.maven-nar + nar-maven-plugin + + + + + shared + GL + + + shared + GLX + + + shared + jawt + + + + + + + + +