diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-05-12 17:48:01 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-05-12 17:48:01 -0400 |
| commit | 2a9a4a81e15fbd8146ce8fe5842c46ad615cbcf6 (patch) | |
| tree | 51ce75d9fba579db70eafced3b0aa8e4a33a4ea6 /src/driver | |
| parent | 7dc94b87686ffd78a71442304158eb91d43885b0 (diff) | |
| download | rust-2a9a4a81e15fbd8146ce8fe5842c46ad615cbcf6.tar.gz rust-2a9a4a81e15fbd8146ce8fe5842c46ad615cbcf6.zip | |
Don't create subprocesses for the `rust` command
Instead link against the built libraries and directly invoke those.
Diffstat (limited to 'src/driver')
| -rw-r--r-- | src/driver/driver.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index d3ab0669297..70dc9e895c0 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -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"); |
