Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Add openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jul 5, 2024
1 parent da1ff8a commit fda417e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: cargo build --target x86_64-apple-darwin -p tbdex_uniffi --release
- name: Convert to Dynamic Library
run: |
gcc -dynamiclib -o target/x86_64-apple-darwin/release/libtbdex_uniffi.dylib -Wl,-all_load target/x86_64-apple-darwin/release/libtbdex_uniffi.a
gcc -dynamiclib -o target/x86_64-apple-darwin/release/libtbdex_uniffi.dylib \
-Wl,-all_load target/x86_64-apple-darwin/release/libtbdex_uniffi.a
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions bindings/tbdex_uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ thiserror = { workspace = true }
uniffi = { version = "0.27.1", features = ["cli"] }
web5 = { workspace = true }
web5_uniffi_wrapper = { git = "https://github.com/TBD54566975/web5-rs", rev = "ede4a64286cfaa3c4b5fcad71445c319488b892a" }
openssl = { version = "0.10", features = ["vendored"] }

[build-dependencies]
uniffi = { version = "0.27.1", features = ["build"] }
Expand Down

0 comments on commit fda417e

Please sign in to comment.