Merge pull request #313 from Lokathor/lokathor-tries-git
Lokathor tries to use the .gitmodules
This commit is contained in:
commit
d367489c3f
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 01bee72a93ebaeea2883d0f963174c2b00d4fe68
|
||||
Subproject commit 8eedc2470531f51b978e4c873ee78a33c90e0fbd
|
||||
Loading…
Add table
Add a link
Reference in a new issue