forked from kiss-community/repo
parent
3f7145d778
commit
da4758140f
@ -8,6 +8,10 @@
|
||||
mv -f _ node.gyp
|
||||
}
|
||||
|
||||
# Attempt to increase file descriptor limit
|
||||
# as build may exhaust default (1024).
|
||||
ulimit -n 4096 2>/dev/null || :
|
||||
|
||||
./configure \
|
||||
--shared-zlib \
|
||||
--shared-openssl \
|
||||
|
Loading…
Reference in New Issue
Block a user