mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 19:09:40 +00:00
fix v9
This commit is contained in:
parent
713787d92f
commit
32ebc90ba4
2 changed files with 0 additions and 3 deletions
|
@ -137,7 +137,6 @@ target_link_libraries(openmw
|
||||||
"sdl4ogre"
|
"sdl4ogre"
|
||||||
components
|
components
|
||||||
)
|
)
|
||||||
|
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
target_link_libraries(openmw
|
target_link_libraries(openmw
|
||||||
${OGRE_STATIC_PLUGINS}
|
${OGRE_STATIC_PLUGINS}
|
||||||
|
|
|
@ -50,7 +50,6 @@ struct FixedPath
|
||||||
*
|
*
|
||||||
* \param [in] application_name - Name of the application
|
* \param [in] application_name - Name of the application
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FixedPath(const std::string& application_name)
|
FixedPath(const std::string& application_name)
|
||||||
: mPath(application_name + "/")
|
: mPath(application_name + "/")
|
||||||
, mUserConfigPath(mPath.getUserConfigPath())
|
, mUserConfigPath(mPath.getUserConfigPath())
|
||||||
|
@ -63,7 +62,6 @@ struct FixedPath
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
/**
|
/**
|
||||||
* \brief Return path pointing to the user local configuration directory.
|
* \brief Return path pointing to the user local configuration directory.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue