Bug 1351309 - Look for hypot in libm instead of libc in function-definition.js. r=arai

This commit is contained in:
Petr Sumbera 2017-03-28 07:03:59 -07:00
parent 94a51643a0
commit 904e4613b3

View File

@ -27,7 +27,7 @@ function test() {
let lib;
try {
lib = ctypes.open(ctypes.libraryName("c"));
lib = ctypes.open(ctypes.libraryName("m"));
} catch (e) {
}
if (!lib)