Skip to content

Commit

Permalink
Make sure gcc enabled exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed Oct 3, 2012
1 parent 992f1cb commit 1f40b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Expand Up @@ -11,6 +11,9 @@
'cflags': [
'<!@(pkg-config --cflags exiv2)'
],
'cflags_cc': [
'-fexceptions'
],
'libraries': [
'<!@(pkg-config --libs exiv2)'
],
Expand Down

0 comments on commit 1f40b98

Please sign in to comment.