Skip to content

Commit

Permalink
Remove some rerun-if-changed commands to fix #286
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Nov 26, 2022
1 parent 4c5a4a0 commit 11736be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const BOOTLOADER_X86_64_BIOS_STAGE_4_VERSION: &str = "0.11.0-beta";

fn main() {
let out_dir = PathBuf::from(std::env::var("OUT_DIR").unwrap());
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=Cargo.toml");
println!("cargo:rerun-if-changed=Cargo.lock");

let uefi_path = build_uefi_bootloader(&out_dir);
println!(
Expand Down

0 comments on commit 11736be

Please sign in to comment.