diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-03 14:04:56 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-10 16:39:10 +0100 |
commit | 6b07fb06e4bb9916030a4aedfef3b9d96a8b386b (patch) | |
tree | 0764812e37ffc141b0379093987741a0342c3b5e | |
parent | c2895a9945b4863b41e2fee3a37e26912b26e82e (diff) |
Properly specify dependencies of build.rs
It depends on nothing.
-rw-r--r-- | build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |