Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
linux build fix take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-SV committed May 5, 2023
1 parent c6bfb63 commit c3f4577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c3f4577

Please # to comment.