Ver código fonte

Fix ios build

Ivan Savenko 2 anos atrás
pai
commit
5dea5fcd85
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      launcher/main.cpp

+ 2 - 0
launcher/main.cpp

@@ -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