Skip to content

Commit

Permalink
chore: update Cross.toml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Jan 24, 2025
1 parent db3415a commit cf6ee8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# We need to install libssl before compiling.
# See: https://github.com/cross-rs/cross/wiki/Recipes#openssl
# Tauri v2 requirements: https://v2.tauri.app/start/prerequisites/#linux
[target.x86_64-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get install --assume-yes libssl-dev libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev"
Expand Down

0 comments on commit cf6ee8c

Please sign in to comment.