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 703fba4 commit 8461e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl State {

// Heuristically remove platform-specific headers
let platform_set = vec![
"x86", "x86_64", "x64", "arm", "arm32", "arm64", "amd64", "generic",
"x86", "x86_64", "x64", "arm", "arm32", "arm64", "amd64", "generic", "gfni", "32", "64",
];
// Remove blacklist headers
let blacklist_prefix = vec!["rte_acc_"];
Expand Down

0 comments on commit 8461e54

Please sign in to comment.