Skip to content

Commit

Permalink
Bump leveldb version
Browse files Browse the repository at this point in the history
To one which builds on 32-bit platforms
  • Loading branch information
martinsumner committed Aug 7, 2019
1 parent 72f28a1 commit 33759c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
fi
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well

LEVELDB_VSN="2.0.35"
LEVELDB_VSN="2.0.36"

SNAPPY_VSN="1.0.4"

Expand Down Expand Up @@ -103,4 +103,4 @@ case "$1" in
(cp leveldb/perf_dump leveldb/sst_rewrite leveldb/sst_scan leveldb/leveldb_repair ../priv)

;;
esac
esac

0 comments on commit 33759c6

Please sign in to comment.