1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

initial iOS support to fix building

tested with Xcode and Unix Makefiles
This commit is contained in:
Andrey Filipenkov
2021-03-01 11:38:21 +03:00
parent 735c4f149a
commit b824a90295
10 changed files with 818 additions and 17 deletions

View File

@ -698,7 +698,7 @@ void CServerHandler::threadHandleConnection()
void CServerHandler::threadRunServer()
{
#ifndef VCMI_ANDROID
#if !defined(VCMI_ANDROID) && !defined(VCMI_IOS)
setThreadName("CServerHandler::threadRunServer");
const std::string logName = (VCMIDirs::get().userLogsPath() / "server_log.txt").string();
std::string comm = VCMIDirs::get().serverPath().string()