Stop bundling curl in the OSX dmg
New curl binary links to libldap with a @loader_path that prevents using the binary when the dmg is used elsewhere. See https://github.com/datalad/git-annex/issues/170 git-annex doesn't use curl by default anyway, so it doesn't really need to be included in the dmg.
This commit is contained in:
parent
9fffa85a9e
commit
571a516ed2
3 changed files with 4 additions and 6 deletions
|
@ -96,7 +96,7 @@ otool appbase installedbins replacement_libs libmap = do
|
|||
-- to find real path to library, but for now, skip it.
|
||||
not ("@executable_path" `isInfixOf` s)
|
||||
&& not ("@loader_path" `isInfixOf` s)
|
||||
-- OSX framekworks such as Cocoa are too tightly tied to
|
||||
-- OSX frameworks such as Cocoa are too tightly tied to
|
||||
-- a specific OSX version, so don't bundle.
|
||||
&& not (".framework" `isInfixOf` s)
|
||||
-- libSystem.B is tightly tied to frameworks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue