Skip to content

Commit

Permalink
really no gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 5, 2024
1 parent ad95770 commit 40ab1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/tests/winrt/constructors_client/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
fn main() {
if !cfg!(target_env = "msvc") {
return;
}

println!("cargo:rerun-if-changed=src/interop.cpp");

windows_bindgen::bindgen([
Expand Down

0 comments on commit 40ab1dc

Please sign in to comment.