File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function(get_ctags)
4343 set (OSCODE "mingw32" )
4444 set (ARCHIVE_EXT ".zip" )
4545 endif ()
46- elseif (${HOST_OS} STREQUAL "Darwin" )
46+ elseif (${HOST_OS} STREQUAL "Darwin" OR ${HOST_OS} STREQUAL "macOS" )
4747 if (${CPUCODE} STREQUAL "x86_64" )
4848 set (OSCODE "apple-darwin" )
4949 set (ARCHIVE_EXT ".zip" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function(get_host OUTVAR)
3333 if (${HOST_ARCH} MATCHES "^(AMD64|X86_64|x64|I386|IA32|x86|I686)$" )
3434 set (${OUTVAR} "i686-mingw32" PARENT_SCOPE)
3535 endif ()
36- elseif (${HOST_OS} STREQUAL "Darwin" )
36+ elseif (${HOST_OS} STREQUAL "Darwin" OR ${HOST_OS} STREQUAL "macOS" )
3737 if (${HOST_ARCH} MATCHES "^(AMD64|X86_64|x64)$" )
3838 set (${OUTVAR} "x86_64-apple-darwin" PARENT_SCOPE)
3939 endif ()
You can’t perform that action at this time.
0 commit comments