diff options
author | dundargoc <gocdundar@gmail.com> | 2024-03-23 21:28:46 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-03-24 20:58:30 +0100 |
commit | 036f86feaccb25d8552c4bf4d216f7f2a9205325 (patch) | |
tree | 0382c9d76d83cf0018f104d8160d4c7ff1722923 /cmake.deps/cmake/BuildGettext.cmake | |
parent | 011585f35fee83c27e6db91a4ed0feff362efa75 (diff) | |
download | rneovim-036f86feaccb25d8552c4bf4d216f7f2a9205325.tar.gz rneovim-036f86feaccb25d8552c4bf4d216f7f2a9205325.tar.bz2 rneovim-036f86feaccb25d8552c4bf4d216f7f2a9205325.zip |
ci: provide separate macos releases for intel and arm
This will immensely reduce the complexity required to support both
architectures, reduce overall lines of code and unblock follow-up
simplifications.
Diffstat (limited to 'cmake.deps/cmake/BuildGettext.cmake')
-rw-r--r-- | cmake.deps/cmake/BuildGettext.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildGettext.cmake b/cmake.deps/cmake/BuildGettext.cmake index c80a826f96..29127dc811 100644 --- a/cmake.deps/cmake/BuildGettext.cmake +++ b/cmake.deps/cmake/BuildGettext.cmake @@ -8,7 +8,6 @@ if(MSVC) CMAKE_ARGS ${DEPS_CMAKE_ARGS} -D LIBICONV_INCLUDE_DIRS=${DEPS_INSTALL_DIR}/include -D LIBICONV_LIBRARIES=${DEPS_LIB_DIR}/${CMAKE_STATIC_LIBRARY_PREFIX}libcharset${CMAKE_STATIC_LIBRARY_SUFFIX}$<SEMICOLON>${DEPS_LIB_DIR}/${CMAKE_STATIC_LIBRARY_PREFIX}libiconv${CMAKE_STATIC_LIBRARY_SUFFIX} - CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS} ${EXTERNALPROJECT_OPTIONS}) else() message(FATAL_ERROR "Trying to build gettext in an unsupported system ${CMAKE_SYSTEM_NAME}/${CMAKE_C_COMPILER_ID}") |