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:
parent
eab423f84e
commit
58ea8f5b78
1
dist/macdeploy.py
vendored
1
dist/macdeploy.py
vendored
@ -21,6 +21,7 @@ import subprocess
|
||||
import sys
|
||||
|
||||
FRAMEWORK_SEARCH_PATH=[
|
||||
'/target',
|
||||
'/Library/Frameworks',
|
||||
os.path.join(os.environ['HOME'], 'Library/Frameworks')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user