nodejs-20.4.0

This commit is contained in:
Rmys
2023-07-06 14:45:23 +03:00
committed by GitHub
parent 476ffd10f3
commit 6a02bcaeb7
2 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -21,12 +21,12 @@ def setup():
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
--with-intl=system-icu")
")
# --with-intl=system-icu
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
pisitools.dodoc("LICENSE", "README*")