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 e123d18 commit fe82a37Copy full SHA for fe82a37
build.rs
@@ -3,6 +3,8 @@ use std::fs;
3
use std::path::PathBuf;
4
5
fn main() {
6
+ println!("cargo:rerun-if-changed=build.rs");
7
+
8
let libstdcxx = cfg!(feature = "libstdc++");
9
let libcxx = cfg!(feature = "libc++");
10
let nothing = cfg!(feature = "nothing");
0 commit comments