mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Corrected library paths in $CompileFlags
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1148 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
fc3eb31b39
commit
b973cb4a05
@ -23,7 +23,7 @@
|
|||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
|
|
||||||
/* $ModDesc: m_filter with regexps */
|
/* $ModDesc: m_filter with regexps */
|
||||||
/* $CompileFlags: -I/usr/local/include -I/usr/include -L/usr/local/lib -L/usr/lib -lmysqlclient */
|
/* $CompileFlags: -I/usr/local/include -I/usr/include -L/usr/local/lib/mysql -L/usr/lib/mysql -lmysqlclient */
|
||||||
|
|
||||||
/** SQLConnection represents one mysql session.
|
/** SQLConnection represents one mysql session.
|
||||||
* Each session has its own persistent connection to the database.
|
* Each session has its own persistent connection to the database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user