build: fix dtrace-enabled build on os x
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 11 Dec 2014 17:04:31 +0000 (18:04 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 11 Dec 2014 17:22:02 +0000 (18:22 +0100)
commit0fbe528243803b55188210d63fdb64a23f1c36aa
tree31c486baa06a1ba499bf5b41646019cc4d4715a6
parent99e7c584f438242b9cb28717504a2fd7701b7bd5
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: https://github.com/iojs/io.js/pull/150
Reviewed-By: Miroslav Bajtoš <miro.bajtos@gmail.com>
node.gyp