Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 81b6015

Browse files
committed
Always include mac spell-checker on mac
1 parent 60870c7 commit 81b6015

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
@@ -49,7 +49,7 @@
4949
'src/spellchecker_linux.cc'
5050
],
5151
}],
52-
['OS=="mac" and spellchecker_use_hunspell=="false"', {
52+
['OS=="mac"', {
5353
'sources': [
5454
'src/spellchecker_mac.mm',
5555
],

0 commit comments

Comments
 (0)