Skip to content

Commit a30b23d

Browse files
committed
trying things
1 parent 964504f commit a30b23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ help: ## Display help
44
install-rust: ## Install rust if not installed
55
if ! type cargo &> /dev/null; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh; fi
66

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
88
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
99

10-
build-bdk: install-uniffi-bindgen-go ## Build BDK static library
10+
build-bdk: #install-uniffi-bindgen-go ## Build BDK static library
1111
uniffi-bindgen-go -o bdkwallet bdkwallet/bdkgo_crate/src/bdkgo.udl
1212
cargo build --release
1313

0 commit comments

Comments
 (0)