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 dtrace-enabled build on os x #150

Merged
merged 1 commit into from
Dec 11, 2014

Commits on Dec 11, 2014

  1. build: fix dtrace-enabled build on os x

    Commit 691d55f introduces a regression on OS X when dtrace is enabled
    (the default.)  This commit rectifies that by removing the erroneous
    platform check.
    
    Fixes the following build error:
    
        CXX(target) /Users/bnoordhuis/src/iojs/out/Release/obj.target/node/src/node_dtrace.o
        ../src/node_dtrace.cc:27:10: fatal error: 'node_provider.h' file not found
    
    PR-URL: nodejs#150
    Reviewed-By: Miroslav Bajtoš <miro.bajtos@gmail.com>
    bnoordhuis committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    0fbe528 View commit details
    Browse the repository at this point in the history