Don't create subprocesses for the rust command
Instead link against the built libraries and directly invoke those.
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[no_core];
|
||||
extern mod core(vers = "0.7-pre");
|
||||
|
||||
#[cfg(rustpkg)]
|
||||
extern mod this(name = "rustpkg", vers = "0.7-pre");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user