Skip to content

Commit 8e9af8f

Browse files
authored
Update forestdb (#198)
* Update forestdb * New snappy option
1 parent 3bd21b6 commit 8e9af8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FORESTDB_COMMIT="3b330182b792fe8665ecce0f3847212cd6612de8"
1+
FORESTDB_COMMIT="b319d35296551a57f22529bb9ded760606400b61"

prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ ${RECOMPILE_FDB} == true ]; then
3131
rm -rf ./build
3232
mkdir build
3333
cd build
34-
cmake -DSNAPPY_OPTION=Disable ../
34+
cmake ../
3535
make static_lib $1
3636
cd ..
3737
echo $(git rev-parse HEAD) > ./build/last_compiled_commit

0 commit comments

Comments
 (0)