diff options
Diffstat (limited to 'cmake/StaticBuild.cmake')
-rw-r--r-- | cmake/StaticBuild.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/StaticBuild.cmake b/cmake/StaticBuild.cmake index beccc5c0..c7c93526 100644 --- a/cmake/StaticBuild.cmake +++ b/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() |