Append 'svn' to version in dll name, hopefully to bring win32 up again.

This commit is contained in:
Graydon Hoare 2011-03-15 12:54:12 -07:00
parent b07634f212
commit 73f4728182

View file

@ -51,7 +51,7 @@ auth pretty.pprust = impure;
mod lib {
alt (target_os) {
case ("win32") {
let (llvm_lib = "LLVM-3.0.dll") {
let (llvm_lib = "LLVM-3.0svn.dll") {
let (llvmext_lib = "rustllvm.dll") {
mod llvm;
}