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

Search stow for frameworks on mac.

This commit is contained in:
John Maguire 2011-05-18 14:56:53 +00:00
parent eab423f84e
commit 58ea8f5b78

1
dist/macdeploy.py vendored
View File

@ -21,6 +21,7 @@ import subprocess
import sys
FRAMEWORK_SEARCH_PATH=[
'/target',
'/Library/Frameworks',
os.path.join(os.environ['HOME'], 'Library/Frameworks')
]