We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2637a2 commit b51f896Copy full SHA for b51f896
binding.gyp
@@ -59,6 +59,8 @@
59
"'/usr/local/opt/' + x + '/include/' + x + '/'"
60
" ,"
61
"'/opt/homebrew/include/' + x + '/'"
62
+ " ,"
63
+ "'/home/linuxbrew/.linuxbrew/include/'"
64
"])"
65
".flatMap(y => y)"
66
".filter(z => require('fs').existsSync(z))"
0 commit comments