From e3c191b75142e8b4229d5fecd48d3c5ffa81beac Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 11 Nov 2019 17:55:06 +0000 Subject: [PATCH] Version agnostic paths in macdeploy --- dist/macdeploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/macdeploy.py b/dist/macdeploy.py index 5f89a855e..7d9edff22 100755 --- a/dist/macdeploy.py +++ b/dist/macdeploy.py @@ -92,7 +92,7 @@ GSTREAMER_SEARCH_PATH = [ '/usr/local/lib/gstreamer-1.0', '/target/lib/gstreamer-1.0', '/target/libexec/gstreamer-1.0', - '/usr/local/Cellar/gstreamer/1.16.1/libexec/gstreamer-1.0', + '/usr/local/opt/gstreamer/libexec/gstreamer-1.0', ] QT_PLUGINS = [ @@ -110,7 +110,7 @@ QT_PLUGINS = [ 'platforms/libqcocoa.dylib', ] QT_PLUGINS_SEARCH_PATH = [ - '/usr/local/Cellar/qt/5.13.1/plugins', + '/usr/local/opt/qt5/plugins', '/target/plugins', '/usr/local/Trolltech/Qt-4.7.0/plugins', '/Developer/Applications/Qt/plugins',