Some linker bullshit
I don't know why I needed to do this
This commit is contained in:
parent
d19541b3e1
commit
30c741f459
@ -9,7 +9,7 @@ llvm-sys = "*"
|
|||||||
take_mut = "0.1.3"
|
take_mut = "0.1.3"
|
||||||
itertools = "0.5.8"
|
itertools = "0.5.8"
|
||||||
getopts = "*"
|
getopts = "*"
|
||||||
linefeed = "0.2.2"
|
linefeed = "0.3"
|
||||||
lazy_static = "0.2.8"
|
lazy_static = "0.2.8"
|
||||||
maplit = "*"
|
maplit = "*"
|
||||||
colored = "1.5"
|
colored = "1.5"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#![feature(link_args)]
|
||||||
#![feature(advanced_slice_patterns, slice_patterns, box_patterns, box_syntax)]
|
#![feature(advanced_slice_patterns, slice_patterns, box_patterns, box_syntax)]
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
#![plugin(rocket_codegen)]
|
#![plugin(rocket_codegen)]
|
||||||
@ -34,6 +35,9 @@ mod llvm_wrap;
|
|||||||
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/static.rs"));
|
include!(concat!(env!("OUT_DIR"), "/static.rs"));
|
||||||
|
|
||||||
|
#[link_args="-ltinfo"]
|
||||||
|
extern { }
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let languages: Vec<Box<ProgrammingLanguageInterface>> =
|
let languages: Vec<Box<ProgrammingLanguageInterface>> =
|
||||||
vec![
|
vec![
|
||||||
|
Loading…
Reference in New Issue
Block a user