community/nodejs pointless edit

This commit is contained in:
Kevin Mihelich 2014-08-01 12:55:32 +00:00
parent fb364e4566
commit d2bb9b0413

View file

@ -70,7 +70,7 @@ build() {
set_flags_for_arm
# short-cutting python=python2 for GYP, as it will only be used here.
# short-cutting python=python2 for GYP, as it will only be used here.
export PYTHON=python2
if [ ! -f "${srcdir}/python" ]; then
ln -s `which python2` ${srcdir}/python ;