Skip to content

Commit 42d56e1

Browse files
committed
Fix macos build 2
1 parent d88ed16 commit 42d56e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
'-framework CoreAudio',
4747
'-framework AudioToolbox',
4848
],
49-
'OTHER_CPLUSPLUSFLAGS!': ['-fno-rtti', '-fno-exceptions']
50-
'OTHER_CPLUSPLUSFLAGS': ['-w', '-frtti', '-fexceptions']
49+
'OTHER_CPLUSPLUSFLAGS!': ['-fno-rtti', '-fno-exceptions'],
50+
'OTHER_CPLUSPLUSFLAGS': ['-w', '-frtti', '-fexceptions'],
5151
},
5252
}],
5353
['OS=="win"', {

0 commit comments

Comments
 (0)