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

Commit

Permalink
don't force vendored openssl for aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-Photch committed Oct 1, 2023
1 parent fce1a65 commit 8938417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ name = 'dab-rs'
version = '0.2.2'
[profile.release]
strip = 'symbols'
[target.aarch64-unknown-linux-gnu.dependencies.openssl]
features = ['vendored']
version = '*'
3 changes: 3 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.aarch64-unknown-linux-gnu.dependencies.openssl]
features = ['vendored']
version = '*'

0 comments on commit 8938417

Please sign in to comment.