mirror of https://github.com/lukechilds/node.git
Browse Source
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>
archived-io.js-v0.12
Ben Noordhuis
10 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue