[gettext] fix library placement on macOS (#9797)

This commit is contained in:
angelmixu 2020-01-27 20:45:43 +01:00 committed by Victor Romero
parent ed0df8ecc4
commit ca95652aab
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ endif()
install(TARGETS libintl
EXPORT unofficial-gettext-targets
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)

View File

@ -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