diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-18 11:03:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-18 11:04:29 +0100 |
commit | d26380a9bb647f75eb5875e27c02e72e09cea348 (patch) | |
tree | 8035c9e1adadb49f5a5a624f388fb4ce9587427c /src/plugins/xfer/CMakeLists.txt | |
parent | 3c0f72d48b454e99c7b3f3ea45c0acc4a71fadb9 (diff) | |
download | weechat-d26380a9bb647f75eb5875e27c02e72e09cea348.zip |
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Diffstat (limited to 'src/plugins/xfer/CMakeLists.txt')
-rw-r--r-- | src/plugins/xfer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/CMakeLists.txt b/src/plugins/xfer/CMakeLists.txt index 2988ee55a..3cea48e50 100644 --- a/src/plugins/xfer/CMakeLists.txt +++ b/src/plugins/xfer/CMakeLists.txt @@ -36,7 +36,7 @@ set(LINK_LIBS) list(APPEND LINK_LIBS ${GCRYPT_LDFLAGS}) if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - # link with resolv lib on Mac OS X + # link with resolv lib on macOS list(APPEND LINK_LIBS "resolv") endif() |