We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4feac23 commit 613b9e3Copy full SHA for 613b9e3
dpdk-sys/build.rs
@@ -477,15 +477,13 @@ impl State {
477
let compiler = builder.get_compiler();
478
let cc_name = compiler.path().to_str().unwrap().to_string();
479
480
- let dpdk_include_path = self.include_path.as_ref().unwrap();
481
let dpdk_config_path = self
482
.dpdk_config
483
.as_ref()
484
.unwrap()
485
.to_str()
486
487
.to_string();
488
- let dpdk_include = dpdk_include_path.to_str().unwrap().to_string();
489
let output_include = self.out_path.to_str().unwrap().to_string();
490
let out_path = self.out_path.clone();
491
0 commit comments