diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-10 17:45:03 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-11 13:57:11 -0800 |
| commit | c00ec5f9c936639ec2fd9291cd484afa56aa24c8 (patch) | |
| tree | 46a26977efd78c2d44a7352e3651bdd4181b2402 /src/comp/back | |
| parent | 79d489cedf5821636857ca342a9809b27dd4ccf6 (diff) | |
build: Build libraries in the bin directory on win32
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/rpath.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/back/rpath.rs b/src/comp/back/rpath.rs index 91f025308e0..a382b8f9d9f 100644 --- a/src/comp/back/rpath.rs +++ b/src/comp/back/rpath.rs @@ -191,7 +191,6 @@ fn minimize_rpaths(rpaths: [str]) -> [str] { #[cfg(target_os = "linux")] #[cfg(target_os = "macos")] #[cfg(target_os = "freebsd")] -#[cfg(test)] mod test { #[test] fn test_rpaths_to_flags() { |
