From 61db6fcfac21dcf9708a7e0e74e3a988f0134d11 Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 4 Oct 2024 02:29:26 +0900 Subject: [PATCH] fix: node-addon-api exception handling (#47) * fix: node-addon-api exception handling * chore: bump version --- binding.gyp | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/binding.gyp b/binding.gyp index 8cef97c6..8967ab36 100644 --- a/binding.gyp +++ b/binding.gyp @@ -7,20 +7,20 @@ "targets": [ { "target_name": "vscode-sqlite3", - "cflags!": [ "-fno-exceptions" ], - "cflags_cc!": [ "-fno-exceptions" ], - "xcode_settings": { "GCC_ENABLE_CPP_EXCEPTIONS": "YES", + "xcode_settings": { "CLANG_CXX_LIBRARY": "libc++", # Target depends on # https://chromium.googlesource.com/chromium/src/+/master/build/config/mac/mac_sdk.gni#22 "MACOSX_DEPLOYMENT_TARGET": "10.11", }, + "dependencies": [ + "