mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-16 23:21:32 +03:00
Mayaqua: Fix compilation with external iconv
This small modification is needed for external iconv. This patch is carried in OpenWrt.
This commit is contained in:
@ -59,7 +59,7 @@ if(UNIX)
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
# In some cases libiconv is not included in libc
|
||||
find_library(LIB_ICONV iconv)
|
||||
find_library(LIB_ICONV iconv HINTS "${ICONV_LIB_PATH}")
|
||||
|
||||
find_library(LIB_RT rt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user