Skip to content

Commit

Permalink
fix update rocksdb script (rust-rocksdb#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor1996 committed Mar 17, 2020
1 parent 82e918a commit 350e561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -40,4 +40,4 @@ update_rocksdb:
git config --file=.gitmodules submodule.rocksdb.branch ${ROCKSDB_BRANCH}; \
fi
@git submodule sync
@git submodule update --remote librocksdb_sys/rocksdb
@git submodule update --init --remote librocksdb_sys/rocksdb

0 comments on commit 350e561

Please sign in to comment.