mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
update patch to link with libicuuc
This commit is contained in:
parent
5630bbed5d
commit
b3af849cff
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
IF(LIBLZMA_LIBRARIES)
|
||||
SET(LIBXML2_LIBRARIES ${LIBXML2_LIBRARIES} ${LIBLZMA_LIBRARIES})
|
||||
ENDIF()
|
||||
+ # under Linux, recent libxml2 versions are linked without libicuuc & libicud
|
||||
+ata
|
||||
+ # under Linux, recent libxml2 versions are linked without libicuuc & libicudata
|
||||
+ IF(WITH_STATIC_EXTERNAL)
|
||||
+ find_library (LIBICUUC_LIBRARY NAMES icuuc)
|
||||
+ IF(LIBICUUC_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue