We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5332a0e commit b5dfb25Copy full SHA for b5dfb25
cross-compile.sh
@@ -3,7 +3,7 @@
3
set -o errexit
4
5
rm -rf lmdb
6
-git clone --depth 1 --branch LMDB_0.9.29 https://github.com/LMDB/lmdb.git
+git clone --depth 1 --branch LMDB_0.9.31 https://github.com/LMDB/lmdb.git
7
pushd lmdb/libraries/liblmdb
8
trap popd SIGINT
9
0 commit comments