mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
This commit is contained in:
@@ -25,4 +25,4 @@ IF(PYTHON_FOUND)
|
||||
TARGET_LINK_LIBRARIES(python ${PYTHON_LIBRARY} weechat_scripts)
|
||||
ENDIF(PYTHON_FOUND)
|
||||
|
||||
INSTALL(TARGETS python LIBRARY DESTINATION lib/weechat/plugins)
|
||||
INSTALL(TARGETS python LIBRARY DESTINATION ${LIBDIR}/plugins)
|
||||
|
||||
Reference in New Issue
Block a user