forked from teamnwah/openmw-tes3coop
OS X: specify path to framework binary, not to framework directory
This commit is contained in:
parent
c2fe0d480a
commit
3c281c6a62
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ if (APPLE)
|
|||
|
||||
foreach (PLUGIN ${ABSOLUTE_PLUGINS})
|
||||
get_filename_component(PLUGIN_RELATIVE ${PLUGIN} NAME)
|
||||
set(PLUGINS ${PLUGINS} "${PLUGIN_INSTALL_BASE}/${PLUGIN_RELATIVE}")
|
||||
get_filename_component(PLUGIN_RELATIVE_WE ${PLUGIN} NAME_WE)
|
||||
set(PLUGINS ${PLUGINS} "${PLUGIN_INSTALL_BASE}/${PLUGIN_RELATIVE}/${PLUGIN_RELATIVE_WE}")
|
||||
endforeach ()
|
||||
|
||||
set(${plugins_var} ${PLUGINS} PARENT_SCOPE)
|
||||
|
|
Loading…
Reference in a new issue