rust: fixes.
This commit is contained in:
parent
42ef5b10fe
commit
078679c0d0
|
@ -1,5 +1,5 @@
|
|||
--- src/bootstrap/compile.rs.orig
|
||||
+++ src/bootstrap/compile.rs
|
||||
--- a/src/bootstrap/compile.rs
|
||||
+++ b/src/bootstrap/compile.rs
|
||||
@@ -89,10 +89,6 @@
|
||||
t!(fs::create_dir_all(&libdir));
|
||||
}
|
||||
|
@ -11,8 +11,8 @@
|
|||
}
|
||||
|
||||
/// Copies the crt(1,i,n).o startup objects
|
||||
--- src/bootstrap/sanity.rs.orig
|
||||
+++ src/bootstrap/sanity.rs
|
||||
--- a/src/bootstrap/sanity.rs
|
||||
+++ b/src/bootstrap/sanity.rs
|
||||
@@ -132,27 +132,6 @@
|
||||
panic!("the iOS target is only supported on OSX");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user