mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
nodejs: v7h - scons/v8
This commit is contained in:
parent
3d47513885
commit
850b54e4b9
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ build() {
|
|||
# we're going to attept to make use of this example
|
||||
# https://github.com/joyent/node/issues/2131#issuecomment-3208846
|
||||
# https://gist.github.com/1574158
|
||||
# cheating
|
||||
ln -s /usr/bin/python2 /usr/bin/python
|
||||
# pathing scons
|
||||
sed -i "s/python/&2/" tools/scons/scons.py
|
||||
msg 'Selecting pre-compile of v8'
|
||||
# move up to v8
|
||||
cd deps/v8
|
||||
|
@ -54,7 +54,7 @@ if [ "$CARCH" == "arm" ]; then
|
|||
fi
|
||||
if [ "$CARCH" == "armv7h" ]; then
|
||||
msg 'pre-compiling v8 for v7'
|
||||
../../tools/scons/scons.py arch=arm armeabi=hard mode=release snapshot=off
|
||||
../../tools/scons/scons.py arch=arm armeabi=hard mode=release snapshot=off vfp3=on
|
||||
fi
|
||||
# go back to the node source directory
|
||||
cd ../../
|
||||
|
|
Loading…
Reference in a new issue