Used the wrong C library linker name.
This commit is contained in:
parent
6c802ef0c0
commit
cc93721f32
@ -2,7 +2,7 @@ use binding::{CDouble, CInt};
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#[link(name="c")]
|
#[link(name="m")]
|
||||||
extern
|
extern
|
||||||
{
|
{
|
||||||
pub fn acos(x: CDouble) -> CDouble;
|
pub fn acos(x: CDouble) -> CDouble;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user