Use atom-shell's version for creating node headers tarball.

This commit is contained in:
Cheng Zhao 2014-09-01 22:54:20 +08:00
parent 3b95f49a14
commit 533548fdc7
4 changed files with 7 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import argparse
import os
import sys
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, NODE_VERSION
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL
from lib.util import execute, scoped_cwd, enable_verbose_execute
@ -65,7 +65,6 @@ def update_node_modules(dirname):
def update_atom_modules(dirname):
os.environ['ATOM_NODE_VERSION'] = NODE_VERSION[1:]
with scoped_cwd(dirname):
apm = os.path.join(SOURCE_ROOT, 'node_modules', '.bin', 'apm')
if sys.platform in ['win32', 'cygwin']: