ソースを参照

Add comment why unistring is linked dynamically

tags/v1.11.90
Pierre Ossman 3年前
コミット
d484001e97
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      cmake/StaticBuild.cmake

+ 2
- 0
cmake/StaticBuild.cmake ファイルの表示

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

読み込み中…
キャンセル
保存