mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
Mac doesn't need the dynamic loader config
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
233ecb93c7
commit
e0a78e3780
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ install(
|
|||
FILE KatieBinaryTargets.cmake
|
||||
)
|
||||
|
||||
if(UNIX AND (CMAKE_SKIP_INSTALL_RPATH OR NOT CMAKE_INSTALL_RPATH))
|
||||
if(NOT "${KATIE_PLATFORM}" MATCHES "(win32|wince|mac)" AND (CMAKE_SKIP_INSTALL_RPATH OR NOT CMAKE_INSTALL_RPATH))
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/cmake/ld.so.conf.cmake
|
||||
${CMAKE_BINARY_DIR}/katie-${KATIE_ARCHITECTURE}.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue