blob: 5d7483465819ccbd1988c4e505302d358314399d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/src/Mayaqua/CMakeLists.txt
2+++ b/src/Mayaqua/CMakeLists.txt
3@@ -80,7 +80,7 @@ if(UNIX)
4 find_package(Threads REQUIRED)
5
6 # In some cases libiconv is not included in libc
7- find_library(LIB_ICONV iconv)
8+ find_library(LIB_ICONV iconv HINTS "${ICONV_LIB_PATH}")
9
10 find_library(LIB_M m)
11 find_library(LIB_RT rt)