fix windows dll name
authorKevin Wasserman <krwasserman@hotmail.com>
Thu, 15 Jan 2015 20:11:38 +0000 (15:11 -0500)
committerKevin Wasserman <krwasserman@hotmail.com>
Thu, 15 Jan 2015 20:11:38 +0000 (15:11 -0500)
firefox/lib/main.js

index 6ff5db1..7c755b6 100644 (file)
@@ -12,7 +12,7 @@ try {
 }
 catch (e) {
     try {
-        json_gssapi = ctypes.open("libjsongssapi.dll");
+        json_gssapi = ctypes.open("jsongssapi.dll");
     }
     catch (e) {
         console.log("Error loading the JSON GSS-API library: " + e);