Copy Qt frameworks out of /target/lib
This commit is contained in:
parent
d97e1f2323
commit
fb60106ccd
1
dist/macdeploy.py
vendored
1
dist/macdeploy.py
vendored
@ -26,6 +26,7 @@ LOGGER = logging.getLogger("macdeploy")
|
||||
|
||||
FRAMEWORK_SEARCH_PATH=[
|
||||
'/target',
|
||||
'/target/lib',
|
||||
'/Library/Frameworks',
|
||||
os.path.join(os.environ['HOME'], 'Library/Frameworks')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user