From 32ebc90ba4abfbd677293781cd87de0f0b1cbb0c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Aug 2014 07:52:36 +0400 Subject: [PATCH] fix v9 --- apps/openmw/CMakeLists.txt | 1 - components/files/fixedpath.hpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 60fd658655..b3ac06e5d4 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -137,7 +137,6 @@ target_link_libraries(openmw "sdl4ogre" components ) - if (ANDROID) target_link_libraries(openmw ${OGRE_STATIC_PLUGINS} diff --git a/components/files/fixedpath.hpp b/components/files/fixedpath.hpp index 794c5a7bcd..86571442aa 100644 --- a/components/files/fixedpath.hpp +++ b/components/files/fixedpath.hpp @@ -50,7 +50,6 @@ struct FixedPath * * \param [in] application_name - Name of the application */ - FixedPath(const std::string& application_name) : mPath(application_name + "/") , mUserConfigPath(mPath.getUserConfigPath()) @@ -63,7 +62,6 @@ struct FixedPath { } -#endif /** * \brief Return path pointing to the user local configuration directory. */