1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)

This commit is contained in:
Sébastien Helleu
2018-11-18 11:03:36 +01:00
parent 3c0f72d48b
commit d26380a9bb
22 changed files with 66 additions and 60 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ set_target_properties(perl PROPERTIES PREFIX "")
if(PERL_FOUND)
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# remove "-arch xxx" on Mac OS X
# remove "-arch xxx" on macOS
STRING(REGEX REPLACE "-arch ppc|-arch i386|-arch x86_64" "" PERL_CFLAGS "${PERL_CFLAGS}")
STRING(REGEX REPLACE "-arch ppc|-arch i386|-arch x86_64" "" PERL_LFLAGS "${PERL_LFLAGS}")
endif()