Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Jul 9, 2024
1 parent 8770723 commit 3ce8a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const FREEBSD_X86_SRCS: &[&str] = &["src/x86/freebsd/init.c"];
fn main() {
let mut build = cc::Build::new();

let base = "vendor/cpuinfo/";
let base = "vendor/cpuinfo";

build.include(format!("{base}/src"));
build.include(format!("{base}/include"));
Expand Down

0 comments on commit 3ce8a65

Please sign in to comment.