aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-12-06 07:35:26 +0100
committerRyan Dahl <ry@tinyclouds.org>2009-12-06 07:35:26 +0100
commit90ab0794dfc3d6d8343d22e76e0d86307538445d (patch)
tree73edd3d2324450e3da1a197c54442a2b472ee6d5 /configure
parent48452838b379b167a2aff5786d53c07e5f8bbcdc (diff)
downloadandroid-node-v8-90ab0794dfc3d6d8343d22e76e0d86307538445d.tar.gz
android-node-v8-90ab0794dfc3d6d8343d22e76e0d86307538445d.tar.bz2
android-node-v8-90ab0794dfc3d6d8343d22e76e0d86307538445d.zip
Use --jobs=1 with WAF
Some people were reporting waf erroring with thread.error: can't start new thread this seems to fix that problem.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index bb1e754ce5..7267f64eb0 100755
--- a/configure
+++ b/configure
@@ -16,8 +16,6 @@ cd $WORKINGDIR
WORKINGDIR=`pwd`
cd $CUR_DIR
-WAF="${WORKINGDIR}/tools/waf-light"
-
-"${WAF}" configure $*
+"${WORKINGDIR}/tools/waf-light" --jobs=1 configure $*
exit $?