blob: 22f27643474a2d3103093c26cc4f9e8d8167a690 [file] [log] [blame]
# osr5 needs to explicitly link against libc to pull in usleep
# what's the reason for -lm?
$self->{LIBS} = ['-lm', '-lc'];