Skip to content

Commit

Permalink
fix: move linker key to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Dec 22, 2024
1 parent b99238f commit b4a2427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-cc"
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description = "Godot Version Manager"
license = "ISC"
repository = "https://github.com/adalinesimonian/gdvm"

[]

[dependencies]

# For command-line argument parsing:
Expand Down Expand Up @@ -53,6 +55,3 @@ openssl = { version = "0.10.68", features = ["vendored"] }

[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10.68", features = ["vendored"] }

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-cc"

0 comments on commit b4a2427

Please sign in to comment.