mirror of
https://github.com/0x192/universal-android-debloater.git
synced 2026-04-26 10:50:49 +00:00
build: use relative mold linker path (fix #504)
Linux package managers install mold to `/usr/bin/mold`
This commit is contained in:
parent
0e7e99a7eb
commit
8bc3eee321
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ rustflags = ["-C", "target-feature=+crt-static"]
|
|||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue