From 23a48be315e111a739abc4c443157509385a2fcb Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 8 Mar 2021 15:12:35 +0000 Subject: [PATCH] Upgrade to libvips v8.10.6-alpha2 - Prebuilt Linux libvips binaries now use 'new' C++11 ABI --- binding.gyp | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binding.gyp b/binding.gyp index b7c2b3c7..b3443dc6 100644 --- a/binding.gyp +++ b/binding.gyp @@ -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'], diff --git a/package.json b/package.json index 6665e762..eacdf93c 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ }, "license": "Apache-2.0", "config": { - "libvips": "8.10.6-alpha1", + "libvips": "8.10.6-alpha2", "runtime": "napi", "target": 3 },