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>
This commit is contained in:
parent
99e7c584f4
commit
0fbe528243
2
node.gyp
2
node.gyp
@ -466,7 +466,7 @@
|
|||||||
'target_name': 'node_dtrace_header',
|
'target_name': 'node_dtrace_header',
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'node_use_dtrace=="true" and OS!="mac" and OS!="linux"', {
|
[ 'node_use_dtrace=="true" and OS!="linux"', {
|
||||||
'actions': [
|
'actions': [
|
||||||
{
|
{
|
||||||
'action_name': 'node_dtrace_header',
|
'action_name': 'node_dtrace_header',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user