Browse Source

Upgrade node to fix failed call to LoadLibrary

Cheng Zhao 10 years ago
parent
commit
d8d9dea792
2 changed files with 4 additions and 4 deletions
  1. 3 3
      script/bootstrap.py
  2. 1 1
      vendor/node

+ 3 - 3
script/bootstrap.py

@@ -21,18 +21,18 @@ def main():
   args = parse_args()
   if args.verbose:
     enable_verbose_mode()
+  if sys.platform == 'cygwin':
+    update_win32_python()
   update_submodules()
   update_node_modules('.')
-  update_atom_modules('spec')
   bootstrap_brightray(args.url)
-  if sys.platform == 'cygwin':
-    update_win32_python()
   if sys.platform in ['win32', 'cygwin']:
     install_runas()
 
   create_chrome_version_h()
   touch_config_gypi()
   update_atom_shell()
+  update_atom_modules('spec')
 
 
 def parse_args():

+ 1 - 1
vendor/node

@@ -1 +1 @@
-Subproject commit c8a1feaf57cf32a893395b255df7a8471e42a822
+Subproject commit 296b2c198be867ed89144acb20bd3570ce375cf5