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

build: export zlib symbols on Windows #7983

Closed
wants to merge 1 commit into from
Closed

build: export zlib symbols on Windows #7983

wants to merge 1 commit into from

Commits on Aug 7, 2016

  1. build: export zlib symbols on Windows

    Base the generated openssl.def on existing zlib.def. We cannot specify
    more than one DEF file per executable so we need to merge the two DEF
    files to expose both OpenSSL and Zlib functionality to addons.
    
    If OpenSSL is not used, link against zlib.def itself.
    
    PR-URL: #7983
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Alex Hultman committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    0d7e89b View commit details
    Browse the repository at this point in the history