Upgrade to libvips v8.10.6-alpha2

- Prebuilt Linux libvips binaries now use 'new' C++11 ABI
This commit is contained in:
Lovell Fuller 2021-03-08 15:12:35 +00:00
parent ce8f48e5d1
commit 23a48be315
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
}], }],
['OS == "linux"', { ['OS == "linux"', {
'defines': [ 'defines': [
'_GLIBCXX_USE_CXX11_ABI=0' '_GLIBCXX_USE_CXX11_ABI=1'
], ],
'link_settings': { 'link_settings': {
'library_dirs': ['<(sharp_vendor_dir)/lib'], 'library_dirs': ['<(sharp_vendor_dir)/lib'],

View File

@ -143,7 +143,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"config": { "config": {
"libvips": "8.10.6-alpha1", "libvips": "8.10.6-alpha2",
"runtime": "napi", "runtime": "napi",
"target": 3 "target": 3
}, },