Skip to content

Commit

Permalink
trying things
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin committed Jan 31, 2024
1 parent 964504f commit 435ab7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ help: ## Display help
install-rust: ## Install rust if not installed
if ! type cargo &> /dev/null; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh; fi

install-uniffi-bindgen-go: install-rust ## Install uniffi-bindgen-go if not installed
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
install-uniffi-bindgen-go: #install-rust ## Install uniffi-bindgen-go if not installed
#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

build-bdk: install-uniffi-bindgen-go ## Build BDK static library
uniffi-bindgen-go -o bdkwallet bdkwallet/bdkgo_crate/src/bdkgo.udl
Expand Down

0 comments on commit 435ab7f

Please sign in to comment.