Version agnostic paths in macdeploy

This commit is contained in:
John Maguire 2019-11-11 17:55:06 +00:00
parent 37742e2bbd
commit e3c191b751
1 changed files with 2 additions and 2 deletions

4
dist/macdeploy.py vendored
View File

@ -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',