diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-08-08 02:13:50 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-08-08 02:13:50 +0300 |
| commit | 217aa8a683c9b6d3544088bdf44756036c932be4 (patch) | |
| tree | 4b147207e31a7ed9a8c0f4a4c989232934fb0dd7 | |
| parent | dd34fa1e6cadfcd4365bd1260af6c0a91ab67dfa (diff) | |
| download | repository-217aa8a683c9b6d3544088bdf44756036c932be4.tar.gz | |
nodejs: switch to ninja
| -rwxr-xr-x | extra/nodejs/build | 8 | ||||
| -rw-r--r-- | extra/nodejs/depends | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 6daf22f8..9742aeca 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,7 +1,9 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --with-intl=none \ + --ninja -make -make DESTDIR="$1" install +ninja -C out/Release +tools/install.py install "$1" /usr diff --git a/extra/nodejs/depends b/extra/nodejs/depends index ecc77727..ed6455e2 100644 --- a/extra/nodejs/depends +++ b/extra/nodejs/depends @@ -1 +1,2 @@ -python make +python make +samurai make |
