mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
This commit is contained in:
@@ -42,7 +42,7 @@ list(APPEND EXTRA_LIBS "m")
|
||||
list(APPEND EXTRA_LIBS ${CURL_LIBRARIES})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
# link with resolv lib on Mac OS X
|
||||
# link with resolv lib on macOS
|
||||
list(APPEND EXTRA_LIBS "resolv")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user