diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-09 16:38:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-09 16:38:45 +0300 |
commit | 404c55c271a6f9429a537993b1e0723af70da096 (patch) | |
tree | e96dc52bce2660c908b6ba1633a31aee29e88c7e /extra/nodejs/build | |
parent | 3dee34d85adca80a79f64d8b0837323f1d184d8c (diff) | |
download | repository-404c55c271a6f9429a537993b1e0723af70da096.tar.gz |
nodejs: bump to 13.6.0
Diffstat (limited to 'extra/nodejs/build')
-rwxr-xr-x | extra/nodejs/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 59b7ad09..6daf22f8 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,8 +1,5 @@ #!/bin/sh -e -# Python 3 support (but not for > 3.5). -sed -i 's/(3, 5)/(3, 8)/' configure - ./configure \ --prefix=/usr |