summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-03-03 14:04:56 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-03-10 16:39:10 +0100
commit6b07fb06e4bb9916030a4aedfef3b9d96a8b386b (patch)
tree0764812e37ffc141b0379093987741a0342c3b5e
parentc2895a9945b4863b41e2fee3a37e26912b26e82e (diff)
Properly specify dependencies of build.rs
It depends on nothing.
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 331abd8f..99f50148 100644
--- a/build.rs
+++ b/build.rs
@@ -148,6 +148,7 @@ fn main() {
println!("cargo:rustc-link-lib=dylib=clang");
}
}
+ println!("cargo:rerun-if-changed=");
} else {
panic!("Unable to find {}", clang_lib);
}