build: Build libraries in the bin directory on win32

This commit is contained in:
Brian Anderson 2012-01-10 17:45:03 -08:00
parent 79d489cedf
commit c00ec5f9c9
5 changed files with 42 additions and 12 deletions

View file

@ -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() {