Merge pull request #313 from Lokathor/lokathor-tries-git
Lokathor tries to use the .gitmodules
This commit is contained in:
commit
03875452c9
3
build.rs
3
build.rs
|
@ -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
2
libm
|
@ -1 +1 @@
|
|||
Subproject commit 01bee72a93ebaeea2883d0f963174c2b00d4fe68
|
||||
Subproject commit 8eedc2470531f51b978e4c873ee78a33c90e0fbd
|
Loading…
Reference in New Issue