diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index cb3d12dc40..1158306f5a 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -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. @@ -870,4 +869,4 @@ if config.dmg is not None: if verbose >= 2: print("+ Done +") -sys.exit(0) \ No newline at end of file +sys.exit(0)