mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Tempfix for detecting the threadsafe mysl-library (the detectionroutine needs to properly use mysql_config if available, and for some odd reason it doesn't)
--HG-- branch : trunk
This commit is contained in:
@@ -84,7 +84,7 @@ find_path(MYSQL_INCLUDE_DIR
|
||||
|
||||
find_library( MYSQL_LIBRARY
|
||||
NAMES
|
||||
mysql libmysql mysqlclient
|
||||
mysql libmysql mysqlclient_r
|
||||
PATHS
|
||||
${MYSQL_ADD_INCLUDE_PATH}
|
||||
/usr/lib
|
||||
|
||||
Reference in New Issue
Block a user