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
6 changes: 3 additions & 3 deletions cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

set -o errexit

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

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