From 4acf1e5b1702c750d02434389609945eddcf0a40 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 + pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index ac2fa22c..52b6f8a8 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 4a5247c0..b59b4f03 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -43,6 +43,7 @@ unix + !mac os x diff --git a/pom.xml b/pom.xml index 28036f0b..f713dd80 100644 --- a/pom.xml +++ b/pom.xml @@ -328,6 +328,7 @@ unix + !mac os x