Skip to content

Commit a15f4a7

Browse files
authored
Merge pull request #266 from lmdbjava/lmdb_0_9_33
Upgrade LMDB C lib to 0.9.33 direct from the OpenLDAP repository
2 parents 816e8b4 + bc48cff commit a15f4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cross-compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
set -o errexit
2020

21-
rm -rf lmdb
22-
git clone --depth 1 --branch LMDB_0.9.31 https://github.com/LMDB/lmdb.git
23-
pushd lmdb/libraries/liblmdb
21+
rm -rf openldap
22+
git clone --depth 1 --branch LMDB_0.9.33 https://git.openldap.org/openldap/openldap.git
23+
pushd openldap/libraries/liblmdb
2424
trap popd SIGINT
2525

2626
# zig targets | jq -r '.libc[]'

0 commit comments

Comments
 (0)