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 bsd build with gcc #16737

Closed
wants to merge 1 commit into from

Commits on Nov 27, 2017

  1. build: fix bsd build with gcc

    BSD build with GCC was broken because it was checking for the llvm_version
    variable on common.gypi, even though llvm wasn't installed (or needed). If
    LLVM wasn't installed, llvm_version wasn't being defined, breaking the build.
    
    Fixes: nodejs#16257
    Matheus Marchini authored and Matheus Marchini committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    62d7469 View commit details
    Browse the repository at this point in the history