aboutsummaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2015-01-16 14:41:28 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-16 09:13:23 +0100
commit3fde64937a3a0c8ed941ee97b07e1828b392a672 (patch)
tree3be242c8ae28debe9a9c2fc55fadf1a3edccbc8f /vcbuild.bat
parent8b22df15ae0e3499b2e057ffd8a6f65cbf978da3 (diff)
downloadandroid-node-v8-3fde64937a3a0c8ed941ee97b07e1828b392a672.tar.gz
android-node-v8-3fde64937a3a0c8ed941ee97b07e1828b392a672.tar.bz2
android-node-v8-3fde64937a3a0c8ed941ee97b07e1828b392a672.zip
build: add tools/gflags to PYTHONPATH
closure_linter needs the gflags module. PR-URL: https://github.com/iojs/io.js/pull/464 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 8e79d5f980..3ad209534a 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -195,7 +195,7 @@ goto exit
:jslint
echo running jslint
-set PYTHONPATH=tools/closure_linter/
+set PYTHONPATH=tools/closure_linter/;tools/gflags/
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
goto exit