mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Fixed a bug in the CMake file that prevented the plugins.cfg from being copied on Linux.
This commit is contained in:
parent
833a61dd82
commit
6e1e3b797c
@ -294,7 +294,7 @@ if (WIN32)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.win32
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg" COPYONLY)
|
||||
endif (WIN32)
|
||||
if (LINUX)
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
endif (LINUX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user