Add build dependency on the LLD linker
Rust defaults to `rust-lld`, which is somehow different from the no- prefix "lld". I can add a patch to .cargo/config.toml to override the linker selection.
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@@ -7,6 +7,7 @@ Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-cargo,
|
||||
pkg-config,
|
||||
lld,
|
||||
libasound2-dev,
|
||||
libudev-dev,
|
||||
Homepage: https://git.gelvin.dev/robert/boids
|
||||
|
||||
Reference in New Issue
Block a user