Skip to content

Commit 1a7acef

Browse files
author
Dane Springmeyer
committed
osx: link to CoreFoundation to be able to profile in instruments
1 parent 0c568fe commit 1a7acef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gyp

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
'./deps/libuv/uv.gyp:libuv',
2323
'./deps/http-parser/http_parser.gyp:http_parser'
2424
],
25+
'conditions': [
26+
[ 'OS=="mac"', {
27+
# linking Corefoundation is needed since certain OSX debugging tools
28+
# like Instruments require it for some features
29+
'libraries': [ '-framework CoreFoundation' ]
30+
}],
31+
]
2532
}
2633
],
2734
}

0 commit comments

Comments
 (0)