From d258eaf5fdf8cff44675b690f5586f8abf13e878 Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Sun, 29 May 2016 13:34:34 +0200 Subject: [PATCH] Exclude native libs of foreign platforms I.e. no Windows DLLs for Mac OS, etc. --- resources/install/build.xml | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/resources/install/build.xml b/resources/install/build.xml index 00add08ae..669351318 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -131,6 +131,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -539,6 +575,18 @@ + + + + + + + + + + + +