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: add node_use_openssl check to install.py #11766

Closed

Commits on Mar 10, 2017

  1. build: add node_use_openssl check to install.py

    When configuring --without-ssl and then running make install
    openssl headers will be copied from deps/openssl to the target
    installation directory.
    
    This commit adds a check for is node_use_openssl is set in which
    case the headers are not copied.
    danbev committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    5de9bc6 View commit details
    Browse the repository at this point in the history
  2. remove white space change

    danbev committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    8528244 View commit details
    Browse the repository at this point in the history