Skip to content

Commit

Permalink
Update the gyp bindings to link the required frameworks on Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed Jul 9, 2012
1 parent fdd4e08 commit 5bd06a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions binding.gyp
Expand Up @@ -32,6 +32,13 @@
],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
},
'link_settings': {
'libraries': [
'CoreMIDI.framework',
'CoreAudio.framework',
'CoreFoundation.framework',
],
}
}
],
Expand Down

0 comments on commit 5bd06a5

Please sign in to comment.