diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-15 17:00:08 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-15 17:00:08 -0400 |
commit | 8387e8a4fd0eb5fc8aa17d3fbd4f6c4fee72982f (patch) | |
tree | fbe3a042f9a8d34a1d832747670cfc6886713f6b /src | |
parent | b6e7065d41b712f73177096ebb3bb9b36bf4bd7f (diff) |
This should fix readline on OSX and shouldn't break anything for other OS's - submitted by Curuad
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/trinitycore/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt index ffd8e6431c4..b8a51158665 100644 --- a/src/trinitycore/CMakeLists.txt +++ b/src/trinitycore/CMakeLists.txt @@ -47,7 +47,7 @@ trinityconfig vmaps ZThread g3dlite -readline +${READLINE_LIBRARY} gomp ${SCRIPT_LIB} ${MYSQL_LIBRARIES} |