Automatically package OpenSSL inside the framework#668
Automatically package OpenSSL inside the framework#668tiennou merged 4 commits intolibgit2:masterfrom
Conversation
|
@pietbrauer Do you/GH have an opinion on this ? Just want to make sure I'm not stomping over some build system of yours by doing that… |
|
I had to edit the script to get it to build with Carthage. Since for some reason the |
5cc8e61 to
61051a5
Compare
|
Okay, I've rejigged that script, because I tried to take care of codesigning, which needed refactoring, but ultimately decided that I don't care enough (also I've removed the offending |
This automatically copies libssl & libcrypto inside our framework bundle.
61051a5 to
ce59040
Compare
|
Any progress on this? It looks like the travis build failed because of a file permissions error. |
|
Thanks for the fix @tiennou. Can we please get this merged? |
|
🎉 |
As per the script's documentation :
In short, it will grab the Homebrew version of OpenSSL dylibs we're using and fixup the ObjectiveGit framework to use a copy of them.
It's 2018, that
install_nameshould have been automated by now 😉.Ref #667.