Skip to content

Commit 886f7cb

Browse files
committed
binding.gyp: missing comma typo for macos builds
1 parent 1f6299d commit 886f7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'-arch arm64'
7979
],
8080
'OTHER_CPLUSPLUSFLAGS': [
81-
'-std=c++17'
81+
'-std=c++17',
8282
'-arch x86_64',
8383
'-arch arm64'
8484
],

0 commit comments

Comments
 (0)