mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[gettext] arm/arm64 windows support (#6118)
* gettext port update for windows-arm64 * bump gettext version to 0.19-9
This commit is contained in:
parent
2112801aba
commit
5285f8dc4a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user