Copy Qt frameworks out of /target/lib

This commit is contained in:
David Sansome 2012-11-24 17:46:32 +11:00
parent d97e1f2323
commit fb60106ccd

1
dist/macdeploy.py vendored
View File

@ -26,6 +26,7 @@ LOGGER = logging.getLogger("macdeploy")
FRAMEWORK_SEARCH_PATH=[
'/target',
'/target/lib',
'/Library/Frameworks',
os.path.join(os.environ['HOME'], 'Library/Frameworks')
]