Skip to content

Commit

Permalink
Fix mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 28, 2024
1 parent 42d190e commit e32210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_static_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export ROCKSDB_DISABLE_BZIP=1
export PORTABLE=1
export DEBUG_LEVEL=0

if ${MAKE} -C "${ROCKSDB_LIB_DIR}" --dry-run static_lib | grep -q 'Nothing to be done'; then
if ${MAKE} -C "${ROCKSDB_LIB_DIR}" --dry-run unity.a | grep -q "'unity.a' is up to date."; then
echo "RocksDb static libraries already built. Skipping build."
exit 0
else
Expand Down

0 comments on commit e32210c

Please sign in to comment.