From 0de133fdf8ee31fc58b2508b04f013def4fed7ff Mon Sep 17 00:00:00 2001 From: Shamil <66209982+shamilsan@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:36:16 +0100 Subject: [PATCH] Update accelerate-build.md --- src/accelerate-build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/accelerate-build.md b/src/accelerate-build.md index 614b318..62b2083 100644 --- a/src/accelerate-build.md +++ b/src/accelerate-build.md @@ -93,7 +93,8 @@ The example below is for macOS: ```bash cargo b -rp librocksdb-sys ``` -- Find `librocksdb.a` in the target directory: + +- Find the `librocksdb.a` file in the `target` directory: ```bash find target -name librocksdb.a @@ -121,7 +122,7 @@ The example below is for macOS: export CARGO_TARGET_AARCH64_APPLE_DARWIN_RUSTFLAGS="-Clink-arg=-L/opt/homebrew/opt/bzip2/lib -Clink-arg=-lbz2" ``` -- Now the `librocksdb-sys` crate building will be mush faster. +Now the `librocksdb-sys` crate building will be mush faster. ## Avoid rebuilding examples before pallet tests