[gettext] arm/arm64 windows support (#6118)

* gettext port update for windows-arm64

* bump gettext version to 0.19-9
This commit is contained in:
driver1998 2019-04-18 16:33:06 +08:00 committed by Griffin Downs
parent 2112801aba
commit 5285f8dc4a
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,9 @@ endif()
if(NOT WIN32)
target_link_libraries(libintl PRIVATE Threads::Threads)
endif()
if (WIN32)
target_link_libraries(libintl PRIVATE Advapi32.lib)
endif()
install(TARGETS libintl
EXPORT unofficial-gettext-targets

View File

@ -1,4 +1,4 @@
Source: gettext
Version: 0.19-8
Version: 0.19-9
Description: The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl.
Build-Depends: libiconv