aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-15 12:54:12 -0700
committerGraydon Hoare <[email protected]>2011-03-15 12:55:23 -0700
commit73f4728182c62fc47fd501be56cb1898eed8cdc4 (patch)
tree0dbf8209d191796c96a9d1c281c837c72ed1a0e6 /src/comp/rustc.rc
parentrustc: Add Rust bindings to the LLVM object file library (diff)
downloadrust-73f4728182c62fc47fd501be56cb1898eed8cdc4.tar.xz
rust-73f4728182c62fc47fd501be56cb1898eed8cdc4.zip
Append 'svn' to version in dll name, hopefully to bring win32 up again.
Diffstat (limited to 'src/comp/rustc.rc')
-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 e00f033b..3584289f 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;
}