summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2014-03-31 14:22:49 +0200
committerFedor Indutny <fedor@indutny.com>2014-04-01 18:55:52 +0400
commit490d5ab7808aedb998d1f4f933bf3de748758f62 (patch)
treee79c5e341f1646ddeb99e41375ff530f49f26eb8 /node.gyp
parente9ce8fc82a6d12e790511b62852e820d8be03186 (diff)
downloadandroid-node-v8-490d5ab7808aedb998d1f4f933bf3de748758f62.tar.gz
android-node-v8-490d5ab7808aedb998d1f4f933bf3de748758f62.tar.bz2
android-node-v8-490d5ab7808aedb998d1f4f933bf3de748758f62.zip
configure: make --v8-options switch more robust
Improve on commit b55c9d6 by not requiring that switches are comma separated. This commit makes `./configure --v8-options="--foo --bar"` work and takes special care to properly escape quotes in the options string.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index a44a4fdc27..ec64d22978 100644
--- a/node.gyp
+++ b/node.gyp
@@ -160,7 +160,7 @@
'ARCH="<(target_arch)"',
'PLATFORM="<(OS)"',
'NODE_TAG="<(node_tag)"',
- 'NODE_V8_OPTIONS=<(node_v8_options)',
+ 'NODE_V8_OPTIONS="<(node_v8_options)"',
],
'conditions': [