Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
leeopop authored Feb 14, 2024
1 parent b5b3641 commit aac07d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpdk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ impl State {
) -> clang::TranslationUnit<'a> {
let mut argument = vec![
"-march=native".into(),
"-std=c99".into(),
format!(
"-I{}",
self.include_path.as_ref().unwrap().to_str().unwrap()
Expand Down

0 comments on commit aac07d5

Please sign in to comment.