sony / v8eval

Multi-language bindings to JavaScript engine V8
MIT License
403 stars 37 forks source link

install_v8 missing gclient sync #15

Closed antonymayi closed 8 years ago

antonymayi commented 8 years ago

The install_v8 function of build.sh should also call gclient sync otherwise some key components don't get fetched namely the v8/thrid-party/llvm-build where the build.sh is expecting to find the clang compiler so the build later just fails.

antonymayi commented 8 years ago

ignore, it is actually called as part of the fetch v8, my prob was missing curl binary which is used by the gclient...