projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc24bea
)
Update modules before calling build_libchromiumcontent
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 2 May 2016 07:45:48 +0000
(07:45 +0000)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 2 May 2016 07:45:48 +0000
(07:45 +0000)
script/bootstrap.py
patch
|
blob
|
history
diff --git
a/script/bootstrap.py
b/script/bootstrap.py
index 1138ead01e4cabcc1fc8badfc339a8fd79056007..2aba23ba82f2a293d37b8ee8d317a71f64decc54 100755
(executable)
--- a/
script/bootstrap.py
+++ b/
script/bootstrap.py
@@
-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,