mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Maybe fix znc-buildmod on macos
This commit is contained in:
@@ -47,7 +47,7 @@ function(znc_setup_module)
|
||||
SUFFIX ".so"
|
||||
NO_SONAME true
|
||||
CXX_VISIBILITY_PRESET "hidden")
|
||||
target_link_libraries("${znc_mod_TARGET}" PRIVATE ZNC::ZNC)
|
||||
target_link_libraries("${znc_mod_TARGET}" PRIVATE ZNC::ZNC @zncpubdeps@)
|
||||
endfunction()
|
||||
|
||||
message(STATUS "Found ZNC @ZNC_VERSION@")
|
||||
|
||||
Reference in New Issue
Block a user