Skip to content

Commit 73f4728

Browse files
committed
Append 'svn' to version in dll name, hopefully to bring win32 up again.
1 parent b07634f commit 73f4728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ auth pretty.pprust = impure;
5151
mod lib {
5252
alt (target_os) {
5353
case ("win32") {
54-
let (llvm_lib = "LLVM-3.0.dll") {
54+
let (llvm_lib = "LLVM-3.0svn.dll") {
5555
let (llvmext_lib = "rustllvm.dll") {
5656
mod llvm;
5757
}

0 commit comments

Comments
 (0)