about summary refs log tree commit diff
path: root/src/comp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-03-15 12:54:12 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-03-15 12:55:23 -0700
commit73f4728182c62fc47fd501be56cb1898eed8cdc4 (patch)
tree0dbf8209d191796c96a9d1c281c837c72ed1a0e6 /src/comp
parentb07634f212d7725040358815f08b575d930b4490 (diff)
downloadrust-73f4728182c62fc47fd501be56cb1898eed8cdc4.tar.gz
rust-73f4728182c62fc47fd501be56cb1898eed8cdc4.zip
Append 'svn' to version in dll name, hopefully to bring win32 up again.
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index e00f033bcdf..3584289f887 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -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;
                 }