mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-06-18 10:03:54 +00:00
build: replace mold with the wild linker
This commit is contained in:
parent
b43d88c749
commit
b42e6f4af9
8 changed files with 53 additions and 66 deletions
|
|
@ -2,7 +2,7 @@
|
|||
mkShell,
|
||||
cargo,
|
||||
rustc,
|
||||
mold,
|
||||
wild,
|
||||
clang,
|
||||
rust-analyzer,
|
||||
rustfmt,
|
||||
|
|
@ -16,7 +16,7 @@ mkShell {
|
|||
nativeBuildInputs = [
|
||||
cargo
|
||||
rustc
|
||||
mold
|
||||
wild
|
||||
clang
|
||||
|
||||
rust-analyzer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue