Skip to content

Commit 0387545

Browse files
authored
Merge pull request #313 from Lokathor/lokathor-tries-git
Lokathor tries to use the .gitmodules
2 parents 44dc22f + 893fe7e commit 0387545

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ fn main() {
88

99
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
1010

11+
// Activate libm's unstable features to make full use of Nightly.
12+
println!("cargo:rustc-cfg=feature=\"unstable\"");
13+
1114
// Emscripten's runtime includes all the builtins
1215
if target.contains("emscripten") {
1316
return;

libm

Submodule libm updated from 01bee72 to 8eedc24

0 commit comments

Comments
 (0)