Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] Make OpenSSL build on macos and update #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2021

  1. [deps] Make OpenSSL build on macos and update

    We change up the openssl build generation to be able to generate builds
    for other platforms and systems.
    
    The initial added platforms are for macos. In the process of doing this
    the build generation tooling has changed to be a python script that
    understands all of the select permutations needed to generate the
    stanzas needed for more than one platform.
    
    Alongside this the perl script used to extract out the build details has
    been changed. Rather than generating the build rules directly it now
    exports the build information needed in the form of JSON outputs.
    
    This has been tested on x86_64 for macos catalina and linux.
    
    Right now there are probably some unixisms left in the code which will
    limit its ability to build for windows.
    GregBowyer committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c58f740 View commit details
    Browse the repository at this point in the history