brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Removed broken link args + some other cleanup #95

Closed sfackler closed 11 years ago

sfackler commented 11 years ago

Fixes #94

emberian commented 11 years ago

This works for me.

AngryLawyer commented 11 years ago

Aren't those link args required by OSX? I might be mistaken.

sfackler commented 11 years ago

Some fraction of these are, but they're already added in conditionally at https://github.com/brson/rust-sdl/blob/master/src/sdl.rs#L5.

AngryLawyer commented 11 years ago

Oh cool, then in it goes! Cheers :D