Used the wrong C library linker name.

This commit is contained in:
Myrddin Dundragon 2017-06-22 17:26:00 -04:00
parent 6c802ef0c0
commit cc93721f32

View File

@ -2,7 +2,7 @@ use binding::{CDouble, CInt};
#[link(name="c")]
#[link(name="m")]
extern
{
pub fn acos(x: CDouble) -> CDouble;