Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 900d15c3019ff10cbb5b0dc28e7e9fdd05bd6fe7
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac24c8066320adc55138b13dcbebdcd2f52f4d4e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 23, 2022

  1. build: remove redundant condition from common.gypi

    Both paths for the condition being removed result in the same
    value being assigned to `openssl_product`. This condition was
    also problematic as it was testing a variable in the same scope
    which gyp/gyp-next currently does not support.
    
    Refs: https://gyp.gsrc.io/docs/InputFormatReference.md#user_defined-variables
    PR-URL: #45076
    Refs: nodejs/node-gyp#2750
    Refs: #38633
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    richardlau committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ac24c80 View commit details
    Browse the repository at this point in the history
Loading