Skip to content

Commit 58e4046

Browse files
committed
fix unit test failed
1 parent 9708590 commit 58e4046

File tree

1 file changed

+1
-1
lines changed
  • coordinator/internal/logic/libzkp

1 file changed

+1
-1
lines changed

coordinator/internal/logic/libzkp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
build:
44
@cargo build --release -p libzkp-c
55
@mkdir -p lib
6-
@cp -f ../../target/release/libzkp.so lib/
6+
@cp -f ../../../../target/release/libzkp.so lib/
77

88
fmt:
99
@cargo fmt --all -- --check

0 commit comments

Comments
 (0)