mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00:00
fix v9
This commit is contained in:
parent
713787d92f
commit
32ebc90ba4
@ -137,7 +137,6 @@ target_link_libraries(openmw
|
||||
"sdl4ogre"
|
||||
components
|
||||
)
|
||||
|
||||
if (ANDROID)
|
||||
target_link_libraries(openmw
|
||||
${OGRE_STATIC_PLUGINS}
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user