Skip to content

Commit

Permalink
Changed cflags.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpisto committed Apr 14, 2015
1 parent 01a05be commit 4f00d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"src/NodePopplerAsync.cc",
"src/NodePoppler.cc"
],
'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
"cflags": [
"-fexceptions",
"<!@(pkg-config --cflags <(myLibraries) <(myIncludes))"
],
"xcode_settings": {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
"OTHER_CFLAGS": [
"-fexceptions",
"<!@(pkg-config --cflags <(myLibraries) <(myIncludes))"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"pdf", "forms", "poppler", "qt4", "cairo"
],
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/tpisto/pdf-fill-form.git"
Expand Down

0 comments on commit 4f00d4b

Please sign in to comment.