mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-17 07:31:37 +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)
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
||||||
# In some cases libiconv is not included in libc
|
# 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)
|
find_library(LIB_RT rt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user