Commit 8c79a098 authored by Samuel Gaist's avatar Samuel Gaist
Browse files

macdeployqt: don't use hardcoded lib/ when searching for dylib


Currently when parsing otool output for dylibs, "lib/" is appended to
the path. However dylibs might not be always found in a lib folder like
e.g. the mysql client libraries from macports. This patch aims to remove
that hardcoded path and use the data from the currently parsed otool
line.

[ChangeLog][OS X][macdeployt] Fixed a bug where dynamic libraries where
searched in the wrong directory

Task-number: QTBUG-21913
Change-Id: I992d15bc48ad827185216852108b2d0a5633043e
Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@digia.com>
Reviewed-by: default avatarJake Petroules <jake.petroules@petroules.com>
parent 32bb805d
No related merge requests found
Showing with 1 addition and 2 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment