Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
leeopop committed Feb 19, 2024
1 parent 6f952dc commit 459b6ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dpdk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,16 @@ fn main() {
state.check_compiler();
state.find_dpdk();
state.find_link_libs();
println!("cargo:warning=phase1");
state.make_all_in_one_header();
println!("cargo:warning=phase2");
state.extract_eal_apis();
println!("cargo:warning=phase3");
state.generate_static_impls_and_link_pmds();
println!("cargo:warning=phase4");
state.generate_rust_def();
println!("cargo:warning=phase5");
state.generate_lib_rs();
println!("cargo:warning=phase6");
state.compile();
}

0 comments on commit 459b6ef

Please sign in to comment.