Fix for how uv writes work on linux (they don't copy the buffer automatically) which should enable actually logging in on linux now

This commit is contained in:
KimLS
2016-11-02 18:45:05 -07:00
parent 90443891d6
commit 53beefd19b
5 changed files with 29 additions and 15 deletions
+2 -2
View File
@@ -387,9 +387,9 @@ IF(EQEMU_BUILD_SERVER)
ADD_SUBDIRECTORY(shared_memory)
ADD_SUBDIRECTORY(world)
ADD_SUBDIRECTORY(zone)
#ADD_SUBDIRECTORY(ucs)
ADD_SUBDIRECTORY(ucs)
#ADD_SUBDIRECTORY(queryserv)
#ADD_SUBDIRECTORY(eqlaunch)
ADD_SUBDIRECTORY(eqlaunch)
ENDIF(EQEMU_BUILD_SERVER)
IF(EQEMU_BUILD_LOGIN)
ADD_SUBDIRECTORY(loginserver)