Skip to content

Commit

Permalink
Adds crosscompile configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 4, 2025
1 parent 6cd7a84 commit 1171dde
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 90 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
target = ["x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"]
rustflags = ["--cfg", "openssl_vendored"]

[target.x86_64-unknown-linux-gnu]
linker = "x86_64-unknown-linux-gnu-gcc"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Cargo.lock
*.pdb
.idea
.vscode
.cargo
sign_binary.sh
Loading

0 comments on commit 1171dde

Please sign in to comment.