]> git.nega.tv - josh/narcissus/commitdiff
Avoid hardcoding the path to the mold linker
authorJoshua Simmons <josh@nega.tv>
Mon, 5 Sep 2022 21:35:59 +0000 (23:35 +0200)
committerJoshua Simmons <josh@nega.tv>
Mon, 5 Sep 2022 21:35:59 +0000 (23:35 +0200)
.cargo/config.toml

index 2c3dbcd718f989d41b5ad42a168ba30ee3f864a0..5c0c649a24fb3da201ccb0baab0d12dddc3785ed 100644 (file)
@@ -1,3 +1,3 @@
 [target.x86_64-unknown-linux-gnu]
 linker = "clang"
-rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
\ No newline at end of file
+rustflags = ["-C", "link-arg=-fuse-ld=mold"]
\ No newline at end of file