From c3f457708de69c09e05b0dea43d8ccc5e8fb2f8c Mon Sep 17 00:00:00 2001 From: Daniil-SV Date: Fri, 5 May 2023 21:38:22 +0300 Subject: [PATCH] linux build fix take 2 --- binding.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index c2fbe2d..3494e3e 100644 --- a/binding.gyp +++ b/binding.gyp @@ -4,7 +4,7 @@ # Main binding target 'target_name': 'Bindings', 'win_delay_load_hook': 'false', - 'cflags_cc': ['-fexceptions', '-std=c++17'], + 'cflags_cc': ['-fexceptions','-fpermissive', '-std=c++17'], 'cxxflags': ['-fexceptions', '-fpermissive', '-std=c17'], "msvs_settings": { "VCCLCompilerTool": {