From a8f57b7fb27f72786e56f9f851a777d3817518db Mon Sep 17 00:00:00 2001 From: David Kocher Date: Thu, 7 Nov 2019 16:33:02 +0100 Subject: [PATCH] Exclude AWT dependencies to workaround issue for homebrew package. Error: Failed changing dylib ID of /usr/local/Cellar/duck/7.1.0.31395/libexec/Contents/PlugIns/Runtime.jre/Contents/Home/lib/libawt.dylib from @rpath/libawt.dylib to /usr/local/opt/duck/libexec/Contents/PlugIns/Runtime.jre/Contents/Home/lib/libawt.dylib Error: Failed to fix install linkage Signed-off-by: David Kocher --- runtime-excludes.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime-excludes.properties b/runtime-excludes.properties index 5fdb3a57d2..cda4e1d84a 100644 --- a/runtime-excludes.properties +++ b/runtime-excludes.properties @@ -1,3 +1,4 @@ Contents/Home/bin/** Contents/Home/man/** Contents/Home/lib/jspawnhelper +Contents/Home/lib/libawt*