Skip to content

Commit

Permalink
Upgrade to libvips v8.10.6-alpha2
Browse files Browse the repository at this point in the history
- Prebuilt Linux libvips binaries now use 'new' C++11 ABI
  • Loading branch information
lovell committed Mar 14, 2021
1 parent ce8f48e commit 23a48be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}],
['OS == "linux"', {
'defines': [
'_GLIBCXX_USE_CXX11_ABI=0'
'_GLIBCXX_USE_CXX11_ABI=1'
],
'link_settings': {
'library_dirs': ['<(sharp_vendor_dir)/lib'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"license": "Apache-2.0",
"config": {
"libvips": "8.10.6-alpha1",
"libvips": "8.10.6-alpha2",
"runtime": "napi",
"target": 3
},
Expand Down

0 comments on commit 23a48be

Please sign in to comment.