Skip to content

Commit

Permalink
refactor: changed build script to use cargo: instead of cargo::
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhammer committed Oct 22, 2024
1 parent 0c858f2 commit 035ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chessie/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use chessie_types::{generate_piece_attack_datfiles, generate_ray_table_datfiles}

fn main() {
// Re-run the build script if it was changed
println!("cargo::rerun-if-changed=build.rs");
// println!("cargo:rerun-if-changed=build.rs");

let outdir = env::var_os("OUT_DIR").unwrap();

Expand Down

0 comments on commit 035ed03

Please sign in to comment.