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:
1
debian/control
vendored
1
debian/control
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user