Fix certain non-GNU build configurations
Alpine 3.19 Success
Details
Alpine 3.19 Success
Details
This commit is contained in:
parent
63dde38bff
commit
f9a102456f
|
@ -61,6 +61,8 @@ else ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# -liconv may or may not be a part of libc
|
# -liconv may or may not be a part of libc
|
||||||
|
find_path (iconv_INCLUDE_DIRS iconv.h)
|
||||||
|
include_directories (${iconv_INCLUDE_DIRS})
|
||||||
find_library (iconv_LIBRARIES iconv)
|
find_library (iconv_LIBRARIES iconv)
|
||||||
if (iconv_LIBRARIES)
|
if (iconv_LIBRARIES)
|
||||||
list (APPEND lib_libraries ${iconv_LIBRARIES})
|
list (APPEND lib_libraries ${iconv_LIBRARIES})
|
||||||
|
|
Loading…
Reference in New Issue