mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 15:23:07 +01:00
* update to 5.01.9671 * switch to release tar's * add cmake iconv and musl patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
12 lines
323 B
Diff
12 lines
323 B
Diff
--- a/src/Mayaqua/CMakeLists.txt 2019-07-10
|
|
+++ b/src/Mayaqua/CMakeLists.txt 2019-07-11
|
|
@@ -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)
|
|
|