Skip to content

Commit c1dab3d

Browse files
committed
fix: compile failed on some OSX
1 parent c130622 commit c1dab3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

binding.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
"sources": [
1919
"./src/md5_windows.c"
2020
]
21+
}],
22+
["OS==\"mac\"", {
23+
"xcode_settings": {
24+
"GCC_ENABLE_CPP_EXCEPTIONS": "YES"
25+
}
2126
}]
2227
]
2328
}

0 commit comments

Comments
 (0)