From dba4189016d6f850f53e841aae93b0b55aa4516b Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 15 Aug 2019 22:03:23 +0100 Subject: [PATCH] Add mac profile It is similar to the existing unix profile. However, it doesn't include the -fPIC flag, which the NAR plugin already includes on OS X. It also uses -x to accept Objective-C code even though the file extension is .c instead of .m. --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index f713dd80..2cb594ea 100644 --- a/pom.xml +++ b/pom.xml @@ -323,6 +323,34 @@ misc-natives + + mac + + + mac + + + + + + com.github.maven-nar + nar-maven-plugin + + + + + + + + + + + + + + + + unix