mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 22:29:07 +00:00
Bug 812647 - Fix OS.File's failure to find libc on case-sensitive OS X filesystems. r=Yoric
This commit is contained in:
parent
8ada9278ac
commit
960de8b6c2
@ -39,7 +39,7 @@ if (typeof Components != "undefined") {
|
||||
|
||||
// Open libc
|
||||
let libc;
|
||||
let libc_candidates = [ "libsystem.B.dylib",
|
||||
let libc_candidates = [ "libSystem.B.dylib",
|
||||
"libc.so.6",
|
||||
"libc.so" ];
|
||||
for (let i = 0; i < libc_candidates.length; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user