From 0cc17800072468a954aa15b13a5685a3ca60b310 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 15 Aug 2019 21:58:49 +0100 Subject: [PATCH] Disable unix profile on Mac OS X --- gl-dri-natives/pom.xml | 1 + gl-natives/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index ac2fa22..52b6f8a 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -23,6 +23,7 @@ unix + !mac os x diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 4a5247c..b59b4f0 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -43,6 +43,7 @@ unix + !mac os x