Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Aug 1, 2023
1 parent 577df64 commit 6fda61b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/cxx-qt-lib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ fn main() {
cxx_build::CFG
.exported_header_dirs
.push(include_path.as_path());
println!(
"cargo:rerun-if-changed=include_path: {}",
include_path.display()
);
}

let mut builder =
Expand Down Expand Up @@ -276,6 +272,5 @@ fn main() {
// GCC + Clang
builder.flag_if_supported("-std=c++17");

println!("cargo:rerun-if-env-changed=compile");
builder.compile("cxx-qt-lib");
}

0 comments on commit 6fda61b

Please sign in to comment.