diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-12-02 16:51:10 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-12-02 16:51:10 +0000 |
commit | a7c2b269dbe20101664bbb6baa97f02f57b280c2 (patch) | |
tree | 97012737d13fa7b2b6c084146a53be800c4bb065 /install.js | |
parent | c487fadebb76b88767c606a5f5ae1250f5e44a6a (diff) |
git-svn-id: svn://svn.anope.org/anope/trunk@1312 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1030 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'install.js')
-rw-r--r-- | install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.js b/install.js index 1bd549daf..7d6b6fc1f 100644 --- a/install.js +++ b/install.js @@ -159,7 +159,7 @@ var buildPackages = [ 'incpaths' : [ 'Program Files\\MySQL\\MySQL Server 5.1\\Include' ], - 'dllfile' : 'Program Files\\MySQL\\MySQL Server 5.1\\bin\\libmyql.dll', + 'dllfile' : 'Program Files\\MySQL\\MySQL Server 5.1\\bin\\libmsyql.dll', 'installedDrive' : 'C' }, |