Commit 0fbe5282 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

build: fix dtrace-enabled build on os x

Commit 691d55fe 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: https://github.com/iojs/io.js/pull/150


Reviewed-By: default avatarMiroslav Bajtoš <miro.bajtos@gmail.com>
parent 99e7c584
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment