Update modules before calling build_libchromiumcontent
authorCheng Zhao <zcbenz@gmail.com>
Mon, 2 May 2016 07:45:48 +0000 (07:45 +0000)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 2 May 2016 07:45:48 +0000 (07:45 +0000)
script/bootstrap.py

index 1138ead01e4cabcc1fc8badfc339a8fd79056007..2aba23ba82f2a293d37b8ee8d317a71f64decc54 100755 (executable)
@@ -33,6 +33,8 @@ def main():
   if sys.platform == 'cygwin':
     update_win32_python()
 
+  update_submodules()
+
   libcc_source_path = args.libcc_source_path
   libcc_shared_library_path = args.libcc_shared_library_path
   libcc_static_library_path = args.libcc_static_library_path
@@ -49,7 +51,6 @@ def main():
   if PLATFORM != 'win32':
     update_clang()
 
-  update_submodules()
   setup_python_libs()
   update_node_modules('.')
   bootstrap_brightray(args.dev, args.url, args.target_arch,