Skip to content

Commit 0a3e283

Browse files
committed
Update build.rs
1 parent 095f020 commit 0a3e283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
1010

1111
// Activate libm's unstable features to make full use of Nightly.
12-
println!("rustc-cfg=libm/unstable");
12+
println!("cargo:rustc-cfg=feature=\"unstable\"");
1313

1414
// Emscripten's runtime includes all the builtins
1515
if target.contains("emscripten") {

0 commit comments

Comments
 (0)