Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ function prepare_build_dir
function do_init
{
git submodule update --init || return
git -C "deps/3rd/libevent" checkout 112421c8fa4840acd73502f2ab6a674fc025de37 || return
# git submodule update --remote "deps/3rd/libevent" || return
git -C "deps/3rd/jsoncpp" checkout 1.9.6 || return
current_dir=$PWD

MAKE_COMMAND="make --silent"
Expand Down
Loading