From: Kevin Wasserman Date: Thu, 15 Jan 2015 20:11:38 +0000 (-0500) Subject: fix windows dll name X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=5bad3d2a574f4b426bdaee7a515152610741af2c fix windows dll name --- diff --git a/firefox/lib/main.js b/firefox/lib/main.js index 6ff5db1..7c755b6 100644 --- a/firefox/lib/main.js +++ b/firefox/lib/main.js @@ -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);