ci: disable libintl on mac release

The releases doesn't work on intel mac as libintl isn't available on the system
by default. This makes `:language` not work for the shipped macos releases,
though the reduction in build system complexity most likely outweighs that.
This commit is contained in:
dundargoc
2023-12-26 22:46:10 +01:00
committed by GitHub
parent 0da50da6e2
commit 0f22ea400c
3 changed files with 7 additions and 2 deletions

View File

@ -113,6 +113,7 @@ if (MINGW)
else()
option(ENABLE_LTO "enable link time optimization" ON)
endif()
option(ENABLE_LIBINTL "enable libintl" ON)
message(STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}")