Skip to content

Commit

Permalink
🔧 FIx config
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Dec 6, 2024
1 parent 98b8615 commit 26131cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ serve = [
"--auth=test/auth.json",
]

[target.x86_64-unknown-linux-gnu]
linker = "x86_64-unknown-linux-gnu-gcc"
ar = "x86_64-unknown-linux-gnu-ar"
# For mac cross-compilation, uncomment if needed
# [target.x86_64-unknown-linux-gnu]
# linker = "x86_64-unknown-linux-gnu-gcc"
# ar = "x86_64-unknown-linux-gnu-ar"

0 comments on commit 26131cb

Please sign in to comment.