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: fix openssl link error on windows #13078

Closed
wants to merge 1 commit into from

Commits on May 24, 2017

  1. build: fix openssl link error on windows

    This commit attempts to fix an issue when building on windows using the
    following command line options:
    .\vcbuild.bat dll debug x64 vc2015
    
    This will result in the following options passed to configure:
    configure --debug --shared --dest-cpu=x64 --tag=
    
    This commit excludes the dependency to openssl if node is configured
    with --shared.
    
    Also, FP_API to the categories to export in mkssldef when generating
    the module definition (openssl.def) allowing the build to compile and
    link successfully.
    
    Fixes: nodejs#12952
    danbev committed May 24, 2017
    Configuration menu
    Copy the full SHA
    13515e5 View commit details
    Browse the repository at this point in the history