Przeglądaj źródła

Add comment why unistring is linked dynamically

tags/v1.11.90
Pierre Ossman 3 lat temu
rodzic
commit
d484001e97
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      cmake/StaticBuild.cmake

+ 2
- 0
cmake/StaticBuild.cmake Wyświetl plik

@@ -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()

Ładowanie…
Anuluj
Zapisz