forked from mirror/openmw-tes3mp
Update plugins.cfg based on where cmake found ogre libraries
This commit is contained in:
parent
0b1f18cc12
commit
d1b482d64a
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.win32
|
|||
"${OpenMW_BINARY_DIR}/plugins.cfg" COPYONLY)
|
||||
else (WIN32)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg" COPYONLY)
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
endif (WIN32)
|
||||
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Defines plugins to load
|
||||
|
||||
# Define plugin folder
|
||||
PluginFolder=/usr/local/lib/OGRE/
|
||||
PluginFolder=${OGRE_LIB_DIR}
|
||||
|
||||
# Define plugins
|
||||
Plugin=RenderSystem_GL
|
||||
|
|
Loading…
Reference in a new issue