mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[gettext] fix library placement on macOS (#9797)
This commit is contained in:
parent
ed0df8ecc4
commit
ca95652aab
@ -126,7 +126,7 @@ endif()
|
||||
install(TARGETS libintl
|
||||
EXPORT unofficial-gettext-targets
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: gettext
|
||||
Version: 0.19-12
|
||||
Version: 0.19-13
|
||||
Homepage: https://www.gnu.org/software/gettext/
|
||||
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