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"', {
'defines': [
'_GLIBCXX_USE_CXX11_ABI=0'
'_GLIBCXX_USE_CXX11_ABI=1'
],
'link_settings': {
'library_dirs': ['<(sharp_vendor_dir)/lib'],

View File

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