We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d966c8d commit 9d0ee21Copy full SHA for 9d0ee21
libm/crates/compiler-builtins-smoke-test/build.rs
@@ -2,6 +2,7 @@
2
mod configure;
3
4
fn main() {
5
+ println!("cargo:rerun-if-changed=../../configure.rs");
6
let cfg = configure::Config::from_env();
7
configure::emit_libm_config(&cfg);
8
}
libm/crates/libm-test/build.rs
@@ -3,6 +3,7 @@ mod configure;
use configure::Config;
let cfg = Config::from_env();
configure::emit_test_config(&cfg);
9
libm/crates/util/build.rs
@@ -4,6 +4,7 @@
10
0 commit comments