Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def getFrameworks(binaryPath, verbose):
raise RuntimeError("otool failed with return code %d" % otool.returncode)

otoolLines = o_stdout.split("\n")
otoolLines.append(" /usr/local/opt/boost/lib/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0)")
otoolLines.pop(0) # First line is the inspected binary
if ".framework" in binaryPath or binaryPath.endswith(".dylib"):
otoolLines.pop(0) # Frameworks and dylibs list themselves as a dependency.
Expand Down Expand Up @@ -870,4 +869,4 @@ if config.dmg is not None:
if verbose >= 2:
print("+ Done +")

sys.exit(0)
sys.exit(0)