Skip to content

Commit b51f896

Browse files
committed
add /home/linuxbrew for ubuntu
1 parent f2637a2 commit b51f896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

binding.gyp

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"'/usr/local/opt/' + x + '/include/' + x + '/'"
6060
" ,"
6161
"'/opt/homebrew/include/' + x + '/'"
62+
" ,"
63+
"'/home/linuxbrew/.linuxbrew/include/'"
6264
"])"
6365
".flatMap(y => y)"
6466
".filter(z => require('fs').existsSync(z))"

0 commit comments

Comments
 (0)