1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

Re-add mac search paths so it's still possible to build with fink deps.

This commit is contained in:
John Maguire 2011-05-09 15:54:17 +00:00
parent 9158214d72
commit a1c3a08f25

4
dist/macdeploy.py vendored
View File

@ -25,7 +25,7 @@ FRAMEWORK_SEARCH_PATH=[
os.path.join(os.environ['HOME'], 'Library/Frameworks')
]
LIBRARY_SEARCH_PATH=['/target/lib']
LIBRARY_SEARCH_PATH=['/target/lib', '/usr/local/lib', '/sw/lib']
GSTREAMER_PLUGINS=[
@ -81,6 +81,8 @@ GSTREAMER_PLUGINS=[
GSTREAMER_SEARCH_PATH=[
'/target/lib/gstreamer-0.10',
'/target/libexec/gstreamer-0.10',
'/sw/lib/gstreamer-0.10',
'/usr/local/lib/gstreamer-0.10',
]
QT_PLUGINS = [