File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
88cd " $REPO_ROOT "
99
1010# Define paths to libraries (relative to repo root)
11- NIX_LIB=" ffi/result/lib/libfirewood_ffi.a"
11+ NIX_LIB=" ffi/result/lib/libfirewood_ffi.a" # Default path for the nix build
1212CARGO_LIB=" target/maxperf/libfirewood_ffi.a"
1313
1414# Create temporary directory and ensure cleanup on exit
@@ -19,7 +19,7 @@ echo "Building with cargo (using nix dev shell)..."
1919nix develop ./ffi#default --command bash -c " cargo fetch --locked --verbose && cargo build-static-ffi"
2020
2121echo " Building with nix..."
22- cd ffi && nix build .# firewood-ffi --rebuild && cd ..
22+ cd ffi && nix build .# firewood-ffi && cd ..
2323
2424echo " "
2525echo " === File Size Comparison ==="
You can’t perform that action at this time.
0 commit comments