mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Change indent on rustc.rc.
This commit is contained in:
parent
102ec16877
commit
b5ad78f316
@ -16,28 +16,29 @@ mod driver {
|
|||||||
auth driver = unsafe;
|
auth driver = unsafe;
|
||||||
|
|
||||||
mod lib {
|
mod lib {
|
||||||
alt (target_os) {
|
alt (target_os) {
|
||||||
case ("win32") {
|
case ("win32") {
|
||||||
let (llvm_lib = "LLVM-2.8svn.dll") {
|
let (llvm_lib = "LLVM-2.8svn.dll") {
|
||||||
mod llvm;
|
mod llvm;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
case ("macos") {
|
||||||
|
let (llvm_lib = "libLLVM-2.8svn.dylib") {
|
||||||
|
mod llvm;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
let (llvm_lib = "libLLVM-2.8svn.so") {
|
||||||
|
mod llvm;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
case ("macos") {
|
|
||||||
let (llvm_lib = "libLLVM-2.8svn.dylib") {
|
|
||||||
mod llvm;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
let (llvm_lib = "libLLVM-2.8svn.so") {
|
|
||||||
mod llvm;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Local Variables:
|
// Local Variables:
|
||||||
// fill-column: 78;
|
// fill-column: 78;
|
||||||
// indent-tabs-mode: nil
|
// indent-tabs-mode: nil
|
||||||
|
// c-basic-offset: 4
|
||||||
// buffer-file-coding-system: utf-8-unix
|
// buffer-file-coding-system: utf-8-unix
|
||||||
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
|
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
|
||||||
// End:
|
// End:
|
||||||
|
Loading…
Reference in New Issue
Block a user