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 @@ -4,10 +4,10 @@ help: ## Display help
4
4
install-rust : # # Install rust if not installed
5
5
if ! type cargo & > /dev/null; then curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh; fi
6
6
7
- install-uniffi-bindgen-go : install-rust # # Install uniffi-bindgen-go if not installed
7
+ install-uniffi-bindgen-go : # install-rust ## Install uniffi-bindgen-go if not installed
8
8
if ! type uniffi-bindgen-go & > /dev/null; then cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.0+v0.25.0; fi
9
9
10
- build-bdk : install-uniffi-bindgen-go # # Build BDK static library
10
+ build-bdk : # install-uniffi-bindgen-go ## Build BDK static library
11
11
uniffi-bindgen-go -o bdkwallet bdkwallet/bdkgo_crate/src/bdkgo.udl
12
12
cargo build --release
13
13
You can’t perform that action at this time.
0 commit comments