Build-Depend on rust-llvm to get default linker

Cargo is trying to use rust-lld by default. Instead of patching the
config file to use "lld", name the dependency in the dependencies list.
This commit is contained in:
2025-11-19 10:14:20 -06:00
parent f7a49a2760
commit 3d9dc77837

1
debian/control vendored
View File

@@ -10,6 +10,7 @@ Build-Depends:
lld,
libasound2-dev,
libudev-dev,
rust-llvm,
Homepage: https://git.gelvin.dev/robert/boids
Vcs-Git: https://git.gelvin.dev/robert/boids
Vcs-Browser: https://git.gelvin.dev/robert/boids