Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Nov 24, 2024
1 parent 227c29c commit 800d865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn build_fathom() {
println!("cargo:rerun-if-changed=src/engine/tablebases/fathom/src");

cc::Build::new();
.include("src/engine/tablebases/fathom/src");
.file("src/engine/tablebases/fathom/src/tbprobe.c");
.include("src/engine/tablebases/fathom/src")
.file("src/engine/tablebases/fathom/src/tbprobe.c")
.compile("fathom");
}

0 comments on commit 800d865

Please sign in to comment.