]> source.dussan.org Git - tigervnc.git/commitdiff
Add comment why unistring is linked dynamically
authorPierre Ossman <ossman@cendio.se>
Mon, 7 Dec 2020 11:33:50 +0000 (12:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Dec 2020 11:33:50 +0000 (12:33 +0100)
cmake/StaticBuild.cmake

index beccc5c03698c36f0ed49e1114114ad346f2d711..c7c935263e8c1da70edd00550713dbcc37abcf4a 100644 (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()