Browse Source

Add comment why unistring is linked dynamically

tags/v1.11.90
Pierre Ossman 3 years ago
parent
commit
d484001e97
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      cmake/StaticBuild.cmake

+ 2
- 0
cmake/StaticBuild.cmake View File

@@ -43,6 +43,8 @@ if(BUILD_STATIC)

set(GETTEXT_LIBRARIES "${GETTEXT_LIBRARIES} -Wl,-Bdynamic")

# FIXME: MSYS2 doesn't include a static version of this library, so
# we'll have to link it dynamically for now
if(UNISTRING_LIBRARY)
set(GETTEXT_LIBRARIES "${GETTEXT_LIBRARIES} -lunistring")
endif()

Loading…
Cancel
Save