Skip to content

Commit f6e775b

Browse files
committed
fix: strip 'lib' from links metadata
Similarly to libbpf/libbpf-sys#115, remove the "lib" part of in `links` metadata. * https://doc.rust-lang.org/cargo/reference/manifest.html#the-links-field * https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key Signed-off-by: Manu Bretelle <[email protected]>
1 parent 9d5a03d commit f6e775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["libxdp", "xdp"]
99
authors = ["Hengqi Chen <[email protected]>", "Nathanial Lattimer <[email protected]>"]
1010
license = "LGPL-2.1 OR BSD-2-Clause"
1111
build = "build.rs"
12-
links = "libxdp"
12+
links = "xdp"
1313

1414
[build-dependencies]
1515
bindgen = "0.70.1"

0 commit comments

Comments
 (0)