From 246efc56fefc6a7ed049bb1cefcb5d37ca25c0c6 Mon Sep 17 00:00:00 2001 From: Keunhong Lee Date: Mon, 19 Feb 2024 13:01:28 +0900 Subject: [PATCH] test --- dpdk-sys/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/dpdk-sys/build.rs b/dpdk-sys/build.rs index cfb1b08..559a1d6 100644 --- a/dpdk-sys/build.rs +++ b/dpdk-sys/build.rs @@ -328,6 +328,7 @@ impl State { continue 'outer; } } + println!("cargo:warning=header-name: {}", file_name); new_vec.push(file.clone()); } new_vec.sort_by(|left, right| {