1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Fix ios build

This commit is contained in:
Ivan Savenko 2022-12-26 00:22:20 +02:00
parent e5cb322eb0
commit 5dea5fcd85

View File

@ -66,7 +66,9 @@ void startGame(const QStringList & args)
void startEditor(const QStringList & args)
{
#ifndef Q_OS_IOS
startExecutable(pathToQString(VCMIDirs::get().editorPath()), args);
#endif
}
#ifndef Q_OS_IOS