Mac v2 signing - Bug 1075981 - Fix loading libnss3.dylib for weave. r=rnewman

This commit is contained in:
Robert Strong 2014-10-03 16:48:58 -04:00
parent ca13b6a589
commit c6c8475902

View File

@ -138,7 +138,7 @@ WeaveCrypto.prototype = {
} catch(e) {
// In case opening the library without a full path fails,
// try again with a full path.
let file = Services.dirsvc.get("GreD", Ci.nsILocalFile);
let file = Services.dirsvc.get("GreBinD", Ci.nsILocalFile);
file.append(path);
this.log("Trying again with path " + file.path);
nsslib = ctypes.open(file.path);