Skip to content

Commit

Permalink
#1878 install rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jul 29, 2024
1 parent a506d64 commit caa817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@ then
echo -e "${COLOR_INFO}building it${COLOR_DOTS}...${COLOR_RESET}"
cd build
eval "$MAKE" rocksdb "${PARALLEL_MAKE_OPTIONS}"
#eval "$MAKE" "${PARALLEL_MAKE_OPTIONS}" install
eval "$MAKE" "${PARALLEL_MAKE_OPTIONS}" install
cd "$SOURCES_ROOT"
else
echo -e "${COLOR_SUCCESS}SKIPPED${COLOR_RESET}"
Expand Down

0 comments on commit caa817a

Please sign in to comment.