1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

* Updated macdeploy.

This commit is contained in:
Christian Muehlhaeuser
2014-01-25 01:15:00 +01:00
parent acfbfd384f
commit ce6718ccb1

View File

@@ -26,7 +26,7 @@ FRAMEWORK_SEARCH_PATH=[
os.path.join(os.environ['HOME'], 'Library/Frameworks') os.path.join(os.environ['HOME'], 'Library/Frameworks')
] ]
LIBRARY_SEARCH_PATH=['/usr/local/lib', '/usr/local/Cellar/gettext/0.18.1.1/lib', '.'] LIBRARY_SEARCH_PATH=['/usr/local/lib', '/usr/local/Cellar/gettext/0.18.3.2/lib', '.']
VLC_PLUGINS=[ VLC_PLUGINS=[
'libaccess_attachment_plugin.dylib', 'libaccess_attachment_plugin.dylib',
@@ -219,7 +219,7 @@ TOMAHAWK_PLUGINS = [
] ]
QT_PLUGINS_SEARCH_PATH=[ QT_PLUGINS_SEARCH_PATH=[
'/usr/local/Cellar/qt/4.8.4/plugins', '/usr/local/Cellar/qt/4.8.5/plugins',
] ]