Skip to content

Commit

Permalink
Issue TBD54566975#94: Make src/main/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent 4e45886 commit 3c05606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ bind: setup

bind-kotlin: setup
cargo build --release --package tbdex_uniffi --target aarch64-apple-darwin
mkdir -p bound/kt/src/main/resources
cp target/aarch64-apple-darwin/release/libtbdex_uniffi.dylib \
bound/kt/src/main/resources/libtbdex_uniffi_aarch64_apple_darwin.dylib
cargo run --release --package tbdex_uniffi \
Expand Down

0 comments on commit 3c05606

Please sign in to comment.