Skip to content

Commit

Permalink
v2.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Aug 6, 2018
1 parent e220e0b commit 9888062
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ci/linux/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
],
'ldflags': [
'-Wl,-rpath \'-Wl,$$ORIGIN\''
]
],
'cflags!': ['-fno-exceptions'],
'cflags_cc!': ['-fno-exceptions']
}
]
}
5 changes: 4 additions & 1 deletion ci/osx/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
'<!@(pkg-config libpng --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config pangocairo --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config freetype2 --cflags-only-I | sed s/-I//g)'
]
],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "canvas-prebuilt",
"description": "Prebuilt versions of node-canvas as a drop-in replacement",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"author": "Caleb Hearon <crh0872@gmail.com>",
"browser": "canvas/browser.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"node-pre-gyp": "^0.10.0",
"nan": "^2.4.0",
"nan": "^2.9.2",
"detect-libc": "^1.0.3"
}
}

0 comments on commit 9888062

Please sign in to comment.