Merge pull request #313 from Lokathor/lokathor-tries-git

Lokathor tries to use the .gitmodules
master
Alex Crichton 2019-09-10 08:39:45 -05:00 committed by GitHub
commit 03875452c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ fn main() {
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
// Activate libm's unstable features to make full use of Nightly.
println!("cargo:rustc-cfg=feature=\"unstable\"");
// Emscripten's runtime includes all the builtins
if target.contains("emscripten") {
return;

2
libm

@ -1 +1 @@
Subproject commit 01bee72a93ebaeea2883d0f963174c2b00d4fe68
Subproject commit 8eedc2470531f51b978e4c873ee78a33c90e0fbd