build(linux): link with libpci

This commit is contained in:
utox39
2025-07-11 14:22:25 +02:00
parent 5faf60e53d
commit a52dd145da

View File

@@ -29,6 +29,7 @@ pub fn build(b: *std.Build) void {
if (target.result.os.tag == .linux) { if (target.result.os.tag == .linux) {
exe.linkLibC(); exe.linkLibC();
exe.linkSystemLibrary("pci");
} }
// This declares intent for the executable to be installed into the // This declares intent for the executable to be installed into the