forked from teamnwah/openmw-tes3coop
OS X: plugins are now in Frameworks dir, not in Plugins
This commit is contained in:
parent
3c281c6a62
commit
8f99da084b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ namespace OgreInit
|
||||||
pluginDir = OGRE_PLUGIN_DIR;
|
pluginDir = OGRE_PLUGIN_DIR;
|
||||||
// if path is not specified try to find plugins inside the app bundle
|
// if path is not specified try to find plugins inside the app bundle
|
||||||
if (pluginDir.empty())
|
if (pluginDir.empty())
|
||||||
pluginDir = Ogre::macPluginPath();
|
pluginDir = Ogre::macFrameworksPath();
|
||||||
#endif
|
#endif
|
||||||
#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX
|
#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX
|
||||||
pluginDir = OGRE_PLUGIN_DIR_REL;
|
pluginDir = OGRE_PLUGIN_DIR_REL;
|
||||||
|
|
Loading…
Reference in a new issue