Skip to content

Commit

Permalink
Fix issues cross-compiling openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Apr 3, 2024
1 parent e6f7db3 commit 5242293
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rm_rf = "0.6.1"
futures-util = "0.3.30"
flate2 = "1.0.28"
tar = "0.4.40"
openssl = { version = "0.10", features = ["vendored"] }

[dependencies.tauri]
version = "1.6.1"
Expand Down

0 comments on commit 5242293

Please sign in to comment.