forked from kiss-community/repo
nodejs: drop python 2 dependency
This commit is contained in:
parent
ad53cf75ff
commit
84efd40d3c
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export PYTHON=python2
|
||||
# Force a Python 3 build.
|
||||
sed -i'' 's/\(2, 7\)/(3, 7)/' configure
|
||||
|
||||
sh ./configure \
|
||||
--prefix=/usr
|
||||
|
@ -1 +1 @@
|
||||
python2 make
|
||||
python make
|
||||
|
Loading…
Reference in New Issue
Block a user