Add system dependency for libbfd through the binutils-dev Debian package (#1657)

This commit is contained in:
Stephane Carrez
2025-11-04 11:46:14 +01:00
committed by GitHub
parent 0def4493ec
commit f73e0a6616
+16
View File
@@ -0,0 +1,16 @@
description = "GNU Binutils BFD libraries"
name = "libbfd"
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["binutils-dev"]
# No binutils on Windows and MacOS
[external.available.'case(os)']
linux = true
'...' = false