nodejs ver. bump
This commit is contained in:
@@ -17,8 +17,11 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
|
||||
|
||||
def setup():
|
||||
autotools.rawConfigure("--prefix=/usr \
|
||||
--with-intl=system-icu \
|
||||
--shared-openssl")
|
||||
--shared-libuv \
|
||||
--shared-openssl \
|
||||
--shared-nghttp2 \
|
||||
--shared-zlib \
|
||||
--with-intl=system-icu")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -26,4 +29,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README*")
|
||||
pisitools.dodoc("AUTHORS", "README*")
|
||||
|
||||
Reference in New Issue
Block a user